1515*** Settings ***
1616Documentation Test 5-29 - Opaque Network
1717Resource ../../resources/Util.robot
18- Suite Setup Vdnet NSXT Topology Setup
19- Suite Teardown Vdnet NSXT Topology Cleanup ${NIMBUS_POD } ${testrunid }
18+ Suite Setup Debug
19+ #Suite Setup Vdnet NSXT Topology Setup
20+ #Suite Teardown Vdnet NSXT Topology Cleanup ${NIMBUS_POD} ${testrunid}
2021
2122*** Variables ***
2223${NIMBUS_LOCATION } sc
@@ -39,6 +40,25 @@ ${NIMBUS_NSXT_PASSWORD} Q2D6EEi8k7hcWL2xj99
3940${nimbus_personal_user_cache } %{NIMBUS_PERSONAL_USER }
4041
4142*** Keywords ***
43+ Debug
44+ Set Environment Variable DRONE_BUILD_NUMBER 0
45+ Log To Console Set environment variables up for GOVC
46+ Set Environment Variable TEST_URL_ARRAY 10.92.251.32
47+ Set Environment Variable TEST_URL 10.92.251.32
48+ Set Environment Variable TEST_USERNAME Administrator@vsphere.local
49+ Set Environment Variable TEST_PASSWORD Admin\!23
50+ Set Environment Variable TEST_DATASTORE vdnetSharedStorage
51+ Set Environment Variable TEST_DATACENTER /os-test-dc
52+ Set Environment Variable TEST_RESOURCE os-compute-cluster-1
53+ Set Environment Variable TEST_TIMEOUT 30m
54+
55+ Set Environment Variable GOVC_INSECURE 1
56+ Set Environment Variable GOVC_URL 10.92.251.32
57+ Set Environment Variable GOVC_USERNAME Administrator@vsphere.local
58+ Set Environment Variable GOVC_PASSWORD Admin\!23
59+
60+ Set Environment Variable NSXT_MANAGER_URI 10.92.241.208
61+
4262Vdnet NSXT Topology Setup
4363 [Timeout] 120 minutes
4464 Run Keyword If "${NIMBUS_LOCATION } " == "wdc" Set Suite Variable ${NFS } 10.92.103.33
@@ -182,7 +202,7 @@ Basic VIC Tests with NSXT Topology
182202 Run Keyword And Continue On Failure Cleanup VIC Appliance On Test Server
183203
184204Selenium Grid Test in NSXT
185- [Timeout] 90 minutes
205+ [Timeout] 180 minutes
186206 Log To Console Starting Selenium Grid test in NSXT...
187207 ${bridge_ls_name_1 } = Evaluate 'vic-selenium-bridge-ls-1'
188208
@@ -211,16 +231,16 @@ Selenium Grid Test in NSXT
211231 Set Environment Variable BRIDGE_NETWORK ${bridge_ls_name_2 }
212232 Install VIC Appliance and Run Selenium Grid Test Grid2 cleanup=${false }
213233
214- ${status } = Get State Of Github Issue 8435
215- Run Keyword If '${status } ' == 'closed' Fail this case now that Issue #8435 has been resolved
234+ # ${status } = Get State Of Github Issue 8435
235+ # Run Keyword If '${status } ' == 'closed' Fail this case now that Issue #8435 has been resolved
216236
217- # uncoment the followings when #8435 is resolved
218- # Sleep 300
219- # Run Keyword And Continue On Failure Cleanup VIC Appliance On Test Server
220- #
221- # Set Environment Variable VCH-NAME ${vch_name_1}
222- # Set Environment Variable BRIDGE_NETWORK ${bridge_ls_name_1}
223- # Set Environment Variable VCH-PARAMS ${vch_params_1}
224- # Set Environment Variable VIC-ADMIN ${vic_admin_1}
225- #
226- # Run Keyword And Continue On Failure Cleanup VIC Appliance On Test Server
237+ # uncoment the followings when #8435 is resolved
238+ Sleep 300
239+ Run Keyword And Continue On Failure Cleanup VIC Appliance On Test Server
240+
241+ Set Environment Variable VCH-NAME ${vch_name_1 }
242+ Set Environment Variable BRIDGE_NETWORK ${bridge_ls_name_1 }
243+ Set Environment Variable VCH-PARAMS ${vch_params_1 }
244+ Set Environment Variable VIC-ADMIN ${vic_admin_1 }
245+
246+ Run Keyword And Continue On Failure Cleanup VIC Appliance On Test Server
0 commit comments