adding voltha to test job
Change-Id: I3168b5872ac7a408f1f637569ae7470773be157c
diff --git a/Jenkinsfile-attworkflow-test b/Jenkinsfile-attworkflow-test
index 9a1812d..0029a55 100644
--- a/Jenkinsfile-attworkflow-test
+++ b/Jenkinsfile-attworkflow-test
@@ -20,12 +20,13 @@
sh returnStdout: true, script: "git clone -b ${branch} ${cordRepoUrl}/${configBaseDir}"
deployment_config = readYaml file: "${configBaseDir}/${configDeploymentDir}/${configFileName}.yaml"
}
- stage('Download Cord-Tester Repo') {
+ stage('Download Cord-Tester and Voltha Repo') {
timeout(2) {
sh returnStdout: true, script: """
rm -rf helm-charts cord-tester
git clone -b ${branch} ${cordRepoUrl}/helm-charts
git clone -b ${branch} ${cordRepoUrl}/cord-tester
+ git clone -b ${branch} ${cordRepoUrl}/voltha
"""
}
}