tests: Move MI_Example tests to Long/Nightly

Two tests, one in test_kvm_fork_run.py and another in
test_kvm_cpu_switch.py, were trying to run the MI_Example protocol as
part of the quick/kokoro run. MI_Example requires the building of X86,
though we try to use GCN3_X86 exclusively to avoid compiling an
additional target. As such, these MI_Example tests have been moved to
the long/nightly run.

Change-Id: I3c196e7e336148a1b7a124b5810348a2e587fe24
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/52563
Reviewed-by: Gabe Black <gabe.black@gmail.com>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Bobby R. Bruce
2021-11-08 11:35:26 -08:00
parent 1e8aeee698
commit 4929c1260e
2 changed files with 6 additions and 6 deletions

View File

@@ -107,15 +107,15 @@ test_kvm_fork_run(
cpu="timing", num_cpus=4, mem_system="classic", length=constants.quick_tag
)
### The long (nightly) tests ####
test_kvm_fork_run(
cpu="timing",
num_cpus=4,
mem_system="mi_example",
length=constants.quick_tag,
length=constants.long_tag,
)
### The long (nightly) tests ####
test_kvm_fork_run(
cpu="timing",
num_cpus=1,

View File

@@ -105,15 +105,15 @@ test_kvm_switch(
cpu="timing", num_cpus=4, mem_system="classic", length=constants.quick_tag
)
### The long (nightly) tests ####
test_kvm_switch(
cpu="timing",
num_cpus=4,
mem_system="mi_example",
length=constants.quick_tag,
length=constants.long_tag,
)
### The long (nightly) tests ####
test_kvm_switch(
cpu="timing",
num_cpus=1,