File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tests/integration_tests/performance Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ def emit_fio_metrics(logs_dir, metrics):
161
161
@pytest .mark .parametrize ("fio_block_size" , [4096 ], ids = ["bs4096" ])
162
162
@pytest .mark .parametrize ("fio_engine" , ["libaio" , "psync" ])
163
163
def test_block_performance (
164
- uvm_any_acpi ,
164
+ uvm_plain_acpi ,
165
165
vcpus ,
166
166
fio_mode ,
167
167
fio_block_size ,
@@ -173,7 +173,7 @@ def test_block_performance(
173
173
"""
174
174
Execute block device emulation benchmarking scenarios.
175
175
"""
176
- vm = uvm_any_acpi
176
+ vm = uvm_plain_acpi
177
177
vm .spawn (log_level = "Info" , emit_metrics = True )
178
178
vm .basic_config (vcpu_count = vcpus , mem_size_mib = GUEST_MEM_MIB )
179
179
vm .add_net_iface ()
@@ -211,7 +211,7 @@ def test_block_performance(
211
211
@pytest .mark .parametrize ("fio_mode" , ["randread" ])
212
212
@pytest .mark .parametrize ("fio_block_size" , [4096 ], ids = ["bs4096" ])
213
213
def test_block_vhost_user_performance (
214
- uvm_any_acpi ,
214
+ uvm_plain_acpi ,
215
215
vcpus ,
216
216
fio_mode ,
217
217
fio_block_size ,
@@ -222,7 +222,7 @@ def test_block_vhost_user_performance(
222
222
Execute block device emulation benchmarking scenarios.
223
223
"""
224
224
225
- vm = uvm_any_acpi
225
+ vm = uvm_plain_acpi
226
226
vm .spawn (log_level = "Info" , emit_metrics = True )
227
227
vm .basic_config (vcpu_count = vcpus , mem_size_mib = GUEST_MEM_MIB )
228
228
vm .add_net_iface ()
You can’t perform that action at this time.
0 commit comments