Repoint security_scanning to its own repository
authorLuke Hinds <lukehinds@gmail.com>
Tue, 16 Aug 2016 09:46:41 +0000 (10:46 +0100)
committerLuke Hinds <lukehinds@gmail.com>
Tue, 16 Aug 2016 11:49:36 +0000 (12:49 +0100)
JIRA: FUNCTEST-415

Change-Id: I5ac2bd9b417ae045f4a1c0fa3f4fd2e7c545dbf3
Signed-off-by: Luke Hinds <lukehinds@gmail.com>
ci/exec_test.sh
docker/Dockerfile

index 3c807da..db9c7a0 100755 (executable)
@@ -140,7 +140,7 @@ function run_test(){
         "security_scan")
             echo "Sourcing Credentials ${FUNCTEST_CONF_DIR}/stackrc for undercloud .."
             source ${FUNCTEST_CONF_DIR}/stackrc
-            python ${FUNCTEST_REPO_DIR}/testcases/security_scan/security_scan.py --config ${FUNCTEST_REPO_DIR}/testcases/security_scan/config.ini
+            python ${repos_dir}/securityscanning/security_scan.py --config ${repos_dir}/securityscanning/config.ini
         ;;
         "copper")
             python ${FUNCTEST_REPO_DIR}/testcases/features/copper.py
index 04ebf2c..23221f2 100644 (file)
@@ -86,6 +86,7 @@ RUN git clone https://gerrit.opnfv.org/gerrit/sdnvpn ${repos_dir}/sdnvpn
 RUN git clone https://github.com/openstack/kingbird.git ${repos_dir}/kingbird
 RUN git clone https://gerrit.opnfv.org/gerrit/domino ${repos_dir}/domino
 RUN git clone https://gerrit.opnfv.org/gerrit/parser ${repos_dir}/parser
+RUN git clone https://gerrit.opnfv.org/gerrit/securityscanning ${repos_dir}/securityscanning
 
 RUN pip install -r ${repos_dir}/functest/docker/requirements.pip
 RUN pip install -r ${repos_dir}/rally/requirements.txt