Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP]Fix 5-04-Multiple-Cluster test #2086

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Documentation Test 5-03 - Multiple Datacenters
Resource ../../resources/Util.robot
Suite Setup Nimbus Suite Setup Multiple Datacenter Setup
Suite Teardown Run Keyword And Ignore Error Nimbus Cleanup ${list}
#Suite Teardown Run Keyword And Ignore Error Nimbus Cleanup ${list}

*** Keywords ***
# Insert elements from dict2 into dict1, overwriting conflicts in dict1 & returning new dict
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Documentation Test 5-16 - vMotion VCH Appliance
Resource ../../resources/Util.robot
Suite Setup Nimbus Suite Setup vMotion Setup
Suite Teardown Run Keyword And Ignore Error Nimbus Cleanup ${list}
#Suite Teardown Run Keyword And Ignore Error Nimbus Cleanup ${list}
Test Teardown Run Keyword If Test Failed Gather All vSphere Logs

*** Keywords ***
Expand Down
2 changes: 1 addition & 1 deletion tests/resources/OVA-Util.robot
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ Execute Upgrade Script
Deploy OVA And Install UI Plugin And Run Regression Tests
# Deploy OVA and then install UI plugin
# run regression tests on UI wizard and docker commands on VCH created using UI
[Arguments] ${test-name} ${ova-file} ${datastore} ${bridge-network} ${public-network} ${ops-user} ${ops-pwd} ${tree-node}=1
[Arguments] ${test-name} ${ova-file} ${datastore} ${bridge-network} ${public-network} ${ops-user} ${ops-pwd} ${tree-node}=3
Log To Console \nStarting test ${test-name}...
Set Test VC Variables
Set Environment Variable OVA_NAME OVA-${test-name}
Expand Down
2 changes: 1 addition & 1 deletion tests/resources/page-objects/Vsphere-VCH-Plugin-Util.robot
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Set Docker Host Parameters
Create VCH using UI And Set Docker Parameters
# navigate to the wizard and create a VCH
# set docker parameters for created VCH
[Arguments] ${test-name} ${datastore} ${bridge-network} ${public-network} ${ops-user} ${ops-pwd} ${tree-node}=1
[Arguments] ${test-name} ${datastore} ${bridge-network} ${public-network} ${ops-user} ${ops-pwd} ${tree-node}=3
Open Firefox Browser
Navigate To VC UI Home Page
Login On Single Sign-On Page
Expand Down