summaryrefslogtreecommitdiff
path: root/tests/test_inject.py
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2018-10-14 19:06:06 -0400
committerCole Robinson <crobinso@redhat.com>2018-10-14 19:06:06 -0400
commite127d5e269b2cd1af92edd4f961a3003b9232802 (patch)
treeeabbea1607a15fcfa91953bc872e8f019f5457d8 /tests/test_inject.py
parent1b24ce455c3b7e3699c144d02c6e05dc541bd73e (diff)
downloadvirt-manager-e127d5e269b2cd1af92edd4f961a3003b9232802.tar.gz
tests: inject: use qemu system, not session
system will give us vol upload coverage
Diffstat (limited to 'tests/test_inject.py')
-rwxr-xr-xtests/test_inject.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_inject.py b/tests/test_inject.py
index e707cdd7..0a26af1f 100755
--- a/tests/test_inject.py
+++ b/tests/test_inject.py
@@ -78,7 +78,7 @@ def _test_distro(distro):
append = "auto=true"
else:
append = "\"ks=file:/%s\"" % os.path.basename(distro.filename)
- cmd = ("./virt-install --connect qemu:///session "
+ cmd = ("./virt-install --connect qemu:///system "
"--name __virtinst__test__initrd__ --ram 2048 "
"--transient --destroy-on-exit --disk none "
"--location %s --initrd-inject %s --extra-args %s" %