[SDNVPN] Adding sdnvpn repo to functest 47/16447/3
authorNikolas Hermanns <nikolas.hermanns@ericsson.com>
Wed, 6 Jul 2016 12:24:11 +0000 (14:24 +0200)
committerjose.lausuch <jose.lausuch@ericsson.com>
Thu, 7 Jul 2016 08:56:40 +0000 (10:56 +0200)
JIRA: FUNCTEST-99

There are some testcases in the
sdnvpn repo to be executed by
functest. So we need to have the repo cloned.

Change-Id: I9fb11a2429ebd5f911993e4786e616be10cb9a05
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
docker/Dockerfile

index 04be6f8..8423297 100644 (file)
@@ -80,6 +80,7 @@ RUN git clone https://github.com/opnfv/promise ${repos_dir}/promise
 RUN git clone https://gerrit.opnfv.org/gerrit/ovno ${repos_dir}/ovno
 RUN git clone https://gerrit.opnfv.org/gerrit/copper ${repos_dir}/copper
 RUN git clone https://gerrit.opnfv.org/gerrit/moon ${repos_dir}/moon
+RUN git clone https://gerrit.opnfv.org/gerrit/sdnvpn ${repos_dir}/sdnvpn
 
 RUN pip install -r ${repos_dir}/functest/docker/requirements.pip
 RUN pip install -r ${repos_dir}/rally/requirements.txt