Skip to content

Commit

Permalink
debug cleaning VCH for Selenium
Browse files Browse the repository at this point in the history
  • Loading branch information
luwang committed Jan 15, 2019
1 parent 494c080 commit 726b7ab
Showing 1 changed file with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Documentation Test 5-29 - Opaque Network
Resource ../../resources/Util.robot
Suite Setup Vdnet NSXT Topology Setup
Suite Teardown Vdnet NSXT Topology Cleanup ${NIMBUS_POD} ${testrunid}
#Suite Teardown Vdnet NSXT Topology Cleanup ${NIMBUS_POD} ${testrunid}

*** Variables ***
${NIMBUS_LOCATION} sc
Expand Down Expand Up @@ -211,16 +211,16 @@ Selenium Grid Test in NSXT
Set Environment Variable BRIDGE_NETWORK ${bridge_ls_name_2}
Install VIC Appliance and Run Selenium Grid Test Grid2 cleanup=${false}

${status}= Get State Of Github Issue 8435
Run Keyword If '${status}' == 'closed' Fail this case now that Issue #8435 has been resolved
# ${status}= Get State Of Github Issue 8435
# Run Keyword If '${status}' == 'closed' Fail this case now that Issue #8435 has been resolved

# uncoment the followings when #8435 is resolved
# Sleep 300
# Run Keyword And Continue On Failure Cleanup VIC Appliance On Test Server
#
# Set Environment Variable VCH-NAME ${vch_name_1}
# Set Environment Variable BRIDGE_NETWORK ${bridge_ls_name_1}
# Set Environment Variable VCH-PARAMS ${vch_params_1}
# Set Environment Variable VIC-ADMIN ${vic_admin_1}
#
# Run Keyword And Continue On Failure Cleanup VIC Appliance On Test Server
#uncoment the followings when #8435 is resolved
Sleep 300
Run Keyword And Continue On Failure Cleanup VIC Appliance On Test Server

Set Environment Variable VCH-NAME ${vch_name_1}
Set Environment Variable BRIDGE_NETWORK ${bridge_ls_name_1}
Set Environment Variable VCH-PARAMS ${vch_params_1}
Set Environment Variable VIC-ADMIN ${vic_admin_1}

Run Keyword And Continue On Failure Cleanup VIC Appliance On Test Server

0 comments on commit 726b7ab

Please sign in to comment.