WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit abc1cff

Browse files
authored
Merge pull request #4374 from mcasquer/4011_image_mode_test_cases
stress: updates test cases to not install stress tool
2 parents f4fface + 9071811 commit abc1cff

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-0
lines changed

generic/tests/cfg/linux_stress.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
stress_shell_timeout = 1200
55
stress_wait_for_timeout = 60
66
stress_duration = 10
7+
stress_package = stress
78
variants:
89
- @default:
910
stress_duration = 60

generic/tests/cfg/trans_hugepage.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
- memory_stress:
3434
type = trans_hugepage_memory_stress
3535
del stress_args
36+
stress_package = stress
3637
mem_ratio = 0.8
3738
test_timeout = 600
3839
qemu_mem = 128

qemu/tests/cfg/balloon_in_use.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
# Use a low stress to make sure guest can response during stress
3737
driver_name = "virtio_balloon"
3838
stress_args = "--cpu 4 --io 4 --vm 2 --vm-bytes 256M"
39+
stress_package = stress
3940
migration_test_command = help
4041
variants:
4142
- before_bg_test:

qemu/tests/cfg/balloon_stress.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@
2323
Linux:
2424
# Use a low stress to make sure guest can response during stress
2525
stress_args = "--cpu 4 --io 4 --vm 2 --vm-bytes 256M"
26+
stress_package = stress

qemu/tests/cfg/hotplug_mem_migration.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
numa_test = 'numactl -m %s dd if=/dev/urandom of=/tmp/numa_test/test '
3333
numa_test += 'bs=1k count=%d && rm -rf /tmp/numa_test/'
3434
stress_args = '--cpu 4 --io 4 --vm 2 --vm-bytes 4096M'
35+
stress_package = stress
3536
variants with_cache:
3637
- @default:
3738
- enable_dirty_ring:

qemu/tests/cfg/hotplug_memory.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@
207207
Linux:
208208
sub_type = linux_stress
209209
test_timeout = 1800
210+
stress_package = stress
210211
only backend_ram.policy_default backend_file.policy_bind
211212
variants stage:
212213
- before:

qemu/tests/cfg/hugepage_reset.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# Please set 1G hugepages as the default size at boot time.
88
# Example: default_hugepagesz=1G hugepagesz=1G
99
expected_hugepage_size = 1048576
10+
stress_package = stress
1011
Windows:
1112
x86_64:
1213
install_path = "C:\Program Files (x86)\JAM Software\HeavyLoad"

qemu/tests/cfg/ksm_ksmtuned.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
cmd_start_ksmtuned = 'systemctl start ksmtuned.service '
1515
cmd_stop_ksmtuned = 'systemctl stop ksmtuned.service'
1616
cmd_restart_ksmtuned = 'systemctl restart ksmtuned.service'
17+
stress_package = stress
1718
Windows:
1819
x86_64:
1920
install_path = "C:\Program Files (x86)\JAM Software\HeavyLoad"

qemu/tests/cfg/migration_virtio_mem_ignore_shared.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
required_qemu = [8.1.0,)
77
type = migration_virtio_mem_ignore_shared
88
virt_test_type = qemu
9+
stress_package = stress
910
threshold = 0.025
1011
mem_threshold = 0.01
1112
aarch64:

0 commit comments

Comments
 (0)