Skip to content

Commit 790c67a

Browse files
Aniket SahuAniket Sahu
authored andcommitted
tests: update iface_options for PPC64 QEMU
Adjust iface_options.py to fix PPC64 QEMU network behavior
1 parent 531f901 commit 790c67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libvirt/tests/src/virtual_network/iface_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def run_cmdline_test(iface_mac, host_arch):
294294
:raise avocado.core.exceptions.TestFail: if commandline doesn't match
295295
:return: None
296296
"""
297-
cmd = ("ps -ef | grep %s | grep qemu-kvm | grep -v grep " % vm_name)
297+
cmd = ("ps -ef | grep %s | grep qemu-system-ppc64 | grep -v grep " % vm_name)
298298
ret = process.run(cmd, shell=True)
299299
logging.debug("Command line %s", ret.stdout_text)
300300
if test_vhost_net:

0 commit comments

Comments
 (0)