commit | 05946a66e927f62b6909b4da4ee1b491a0627d91 | [log] [tgz] |
---|---|---|
author | Suchitra Vemuri <suchitra@opennetworking.org> | Sun Apr 12 12:40:59 2020 -0700 |
committer | Suchitra Vemuri <suchitra@opennetworking.org> | Sun Apr 12 12:40:59 2020 -0700 |
tree | 5e3d12475fac8a04d0fa9458b2854a29f0541b52 | |
parent | e0963507c7ec9fbde553281100924932d1685317 [diff] |
[VOL-2917] fix test script for DT workflow Change-Id: I3b0cf8555c80e07078b3fa50336c3307cb212259
diff --git a/jjb/pipeline/voltha-dt-physical-functional-tests.groovy b/jjb/pipeline/voltha-dt-physical-functional-tests.groovy index 455566a..f086bcc 100644 --- a/jjb/pipeline/voltha-dt-physical-functional-tests.groovy +++ b/jjb/pipeline/voltha-dt-physical-functional-tests.groovy
@@ -56,7 +56,7 @@ ) sh returnStdout: false, script: """ cd voltha - git clone -b ${branch} ${cordRepoUrl}/cord-tester + git clone -b master ${cordRepoUrl}/cord-tester mkdir -p $WORKSPACE/bin bash <( curl -sfL https://raw.githubusercontent.com/boz/kail/master/godownloader.sh) -b "$WORKSPACE/bin" cd $WORKSPACE