summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2016-06-17 19:30:45 -0400
committerCole Robinson <crobinso@redhat.com>2016-06-17 19:30:45 -0400
commit4c87b5e54180c94cd4dc642c13dfaf86cd05eb3b (patch)
tree4cef265d3a0d43cd7a3504d97deeb2f473f997fa
parentdf5c688c1156404d1b933bec7da7f0a5352bec5d (diff)
downloadvirt-manager-4c87b5e54180c94cd4dc642c13dfaf86cd05eb3b.tar.gz
tests: uitests: Fix with git
-rw-r--r--tests/uitests/cli.py2
-rw-r--r--tests/uitests/newvm.py2
2 files changed, 1 insertions, 3 deletions
diff --git a/tests/uitests/cli.py b/tests/uitests/cli.py
index c5dc3ebf..a0173fbb 100644
--- a/tests/uitests/cli.py
+++ b/tests/uitests/cli.py
@@ -23,8 +23,6 @@ class VMMCLI(unittest.TestCase):
self.app.open(extra_opts=["--show-domain-creator"])
time.sleep(.5)
- uiutils.find_pattern(self.app.root,
- "Virtual Machine Manager", "frame")
uiutils.find_pattern(self.app.root, "New VM", "frame")
self.app.quit()
diff --git a/tests/uitests/newvm.py b/tests/uitests/newvm.py
index a9232501..83b4d678 100644
--- a/tests/uitests/newvm.py
+++ b/tests/uitests/newvm.py
@@ -28,7 +28,7 @@ class NewVM(unittest.TestCase):
# Create default PXE VM
uiutils.find_fuzzy(newvm, "Import", "radio").click()
uiutils.find_fuzzy(newvm, None,
- "text", "existing storage").text = "/tmp/foo.img"
+ "text", "existing storage").text = "/dev/default-pool/testvol1.img"
uiutils.find_fuzzy(newvm, "Forward", "button").click()
uiutils.find_fuzzy(newvm, "Forward", "button").click()
uiutils.find_fuzzy(newvm, "Forward", "button").click()