Code Review
/
integration.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
158c18c
)
Add docker login to nexus3 in CSIT run script
95/6995/1
author
Gary Wu
<gary.i.wu@huawei.com>
Tue, 8 Aug 2017 15:04:44 +0000
(08:04 -0700)
committer
Gary Wu
<gary.i.wu@huawei.com>
Tue, 8 Aug 2017 15:04:44 +0000
(08:04 -0700)
Change-Id: I8208a3c45791d46699a4545f12d36a0dbaba82cf
Issue-id: INT-62
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
test/csit/run-csit.sh
patch
|
blob
|
history
diff --git
a/test/csit/run-csit.sh
b/test/csit/run-csit.sh
index
657de56
..
8033f30
100755
(executable)
--- a/
test/csit/run-csit.sh
+++ b/
test/csit/run-csit.sh
@@
-107,6
+107,9
@@
export PATH=${PATH}:${WORKSPACE}/test/csit/docker/scripts:${WORKSPACE}/test/csit
export SCRIPTS=${WORKSPACE}/test/csit/scripts
export ROBOT_VARIABLES=
+# Sign in to nexus3 docker repo
+docker login -u anonymous -p anonymous nexus3.onap.org:10001
+
# Run setup script plan if it exists
cd ${TESTPLANDIR}
SETUP=${TESTPLANDIR}/setup.sh