Skip to content

Commit b830072

Browse files
luwang-vmwareDanielXiao
authored andcommitted
Change NFS server which is to save vdnet vm template (#8448)
1. Create LS in the NSXT env 2. Create VCH to use that LS as bridge and container network 3. Create selenum-gride in the VCH
1 parent 13bf6fe commit b830072

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/manual-test-cases/Group5-Functional-Tests/5-29-Opaque-Network.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ${nimbus_personal_user_cache} %{NIMBUS_PERSONAL_USER}
4141
*** Keywords ***
4242
Vdnet NSXT Topology Setup
4343
[Timeout] 120 minutes
44-
Run Keyword If "${NIMBUS_LOCATION}" == "wdc" Set Suite Variable ${NFS} 10.92.98.149
44+
Run Keyword If "${NIMBUS_LOCATION}" == "wdc" Set Suite Variable ${NFS} 10.92.103.33
4545
# Unset NIMBUS_PERSONAL_USER, replace value to NSXT user so that all nimbus commands executed by NSXT user
4646
#Remove Environment Variable NIMBUS_PERSONAL_USER
4747
Set Environment Variable NIMBUS_PERSONAL_USER ${NIMBUS_NSXT_USER}

tests/resources/nimbus-testbeds/vic-vdnet-nsxt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"options": {
33
"collectlogs": 1,
44
"sharedstorage": "${NFS}:/vdnet-sharedStore",
5-
"vmrepos": "10.92.98.149:/vdnet-vmrepos",
5+
"vmrepos": "10.92.103.33:/vdnet-vmrepos",
66
"product": {
77
"nsxt": {
88
"feature_switch": {

0 commit comments

Comments
 (0)