summaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile.aarch64
diff options
context:
space:
mode:
authorJose Lausuch <jose.lausuch@ericsson.com>2017-06-22 07:49:18 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-06-22 07:49:18 +0000
commite62f0f289621c843e60f21f69a8e87e7d2778f36 (patch)
tree1d82385ad71d7cfc08bc4845627f8a304e6ee079 /docker/Dockerfile.aarch64
parent4d669670f13e5ab4394a2c9e38073bf7281555ae (diff)
parentef5cb916b85336057dc7a9000d53285257d1f851 (diff)
Merge "Clone tempest repository in the Docker image"
Diffstat (limited to 'docker/Dockerfile.aarch64')
-rw-r--r--docker/Dockerfile.aarch641
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/Dockerfile.aarch64 b/docker/Dockerfile.aarch64
index 0c1b0024d..f240523ea 100644
--- a/docker/Dockerfile.aarch64
+++ b/docker/Dockerfile.aarch64
@@ -97,6 +97,7 @@ RUN git clone --depth 1 https://gerrit.opnfv.org/gerrit/securityscanning ${REPOS
RUN git clone --depth 1 https://gerrit.opnfv.org/gerrit/opera ${REPOS_DIR}/opera
# other repositories
+RUN git clone --depth 1 -b $TEMPEST_TAG https://github.com/openstack/tempest.git ${REPOS_DIR}/tempest
RUN git clone --depth 1 -b $ODL_TAG https://git.opendaylight.org/gerrit/p/integration/test.git ${REPOS_DIR}/odl_test
RUN git clone --depth 1 -b $VIMS_TAG https://github.com/boucherv-orange/clearwater-live-test ${REPOS_VNFS_DIR}/vims-test
RUN git clone --depth 1 https://github.com/wuwenbin2/OnosSystemTest.git ${REPOS_DIR}/onos