Skip to content

Commit 24d6a58

Browse files
author
ading007
authored
Disable FC Datastore test case due to nimbus env no support (#8606)
1 parent bf2664b commit 24d6a58

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

tests/manual-test-cases/Group5-Functional-Tests/5-17-FC-Datastore.md renamed to tests/manual-test-cases/need-to-fix/5-17-FC-Datastore.md

File renamed without changes.

tests/manual-test-cases/Group5-Functional-Tests/5-17-FC-Datastore.robot renamed to tests/manual-test-cases/need-to-fix/5-17-FC-Datastore.robot

File renamed without changes.

tests/test-cases/Group22-Docker-Apps/22-08-node.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Simple background node application
4343
${rc} ${output}= Run And Return Rc And Output docker %{VCH-PARAMS} cp app copier:/mydata
4444
Should Be Equal As Integers ${rc} 0
4545

46-
${rc} ${output}= Run And Return Rc And Output docker %{VCH-PARAMS} run --name node1 -v vol1:/usr/src -d node sh -c "npm config set proxy http://proxy.vmware.com:3128 && cd /usr/src/app && echo 'Installing...' && npm install && echo 'Starting...' && npm start"
46+
${rc} ${output}= Run And Return Rc And Output docker %{VCH-PARAMS} run --name node1 -v vol1:/usr/src -d node sh -c "cd /usr/src/app && echo 'Installing...' && npm --registry http://build-artifactory.eng.vmware.com/artifactory/api/npm/npm install && echo 'Starting...' && npm start"
4747
Log ${output}
4848
Should Be Equal As Integers ${rc} 0
4949
${ip}= Get IP Address of Container node1
@@ -68,7 +68,7 @@ Simple background node application on alpine
6868
${rc} ${output}= Run And Return Rc And Output docker %{VCH-PARAMS} cp app copier2:/mydata
6969
Should Be Equal As Integers ${rc} 0
7070

71-
${rc} ${output}= Run And Return Rc And Output docker %{VCH-PARAMS} run --name node2 -v vol2:/usr/src -d node:alpine sh -c "npm config set proxy http://proxy.vmware.com:3128 && cd /usr/src/app && npm install && npm start"
71+
${rc} ${output}= Run And Return Rc And Output docker %{VCH-PARAMS} run --name node2 -v vol2:/usr/src -d node:alpine sh -c "cd /usr/src/app && npm --registry http://build-artifactory.eng.vmware.com/artifactory/api/npm/npm install && npm start"
7272
Log ${output}
7373
Should Be Equal As Integers ${rc} 0
7474
${ip}= Get IP Address of Container node2

0 commit comments

Comments
 (0)