[node-patches] Change in ovirt-node[master]: tests: Fix manual installation testcase on RHEV-H
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Mon Jan 28 10:25:03 UTC 2013
Fabian Deutsch has uploaded a new change for review.
Change subject: tests: Fix manual installation testcase on RHEV-H
......................................................................
tests: Fix manual installation testcase on RHEV-H
Previosly some testcases relied on the presence of the "oVirt Node"
keyword, now the expression "oVirt Node|RHEV Hypervisor" is used, so the
same testcase works on RHEV-H.
Change-Id: I854f6f20e55040d23d098da799fae58490d00397
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M tests/igor/tcs/uinput/basic_tui_installation.py
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/54/11454/1
diff --git a/tests/igor/tcs/uinput/basic_tui_installation.py b/tests/igor/tcs/uinput/basic_tui_installation.py
index 0b10f84..9583172 100644
--- a/tests/igor/tcs/uinput/basic_tui_installation.py
+++ b/tests/igor/tcs/uinput/basic_tui_installation.py
@@ -35,10 +35,10 @@
# P. 3: Enter boot device selection
# Press ENTER wait 4 seconds and expect "booting …"
- (["\n"], 10, "booting oVirt Node"),
+ (["\n"], 10, "booting (oVirt Node|RHEV Hypervisor)"),
# P. 4: Enter installation device selection
- (["\n"], 10, "installation of oVirt Node"),
+ (["\n"], 10, "installation of (oVirt Node|RHEV Hypervisor)"),
# P. 5: Enter sizes dialog
(["\t\t\t\n"], 10, "enter the sizes for"),
--
To view, visit http://gerrit.ovirt.org/11454
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I854f6f20e55040d23d098da799fae58490d00397
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list