diff options
author | wuwb1989 <wuwenbin2@huawei.com> | 2016-06-21 18:04:00 +0800 |
---|---|---|
committer | wuwb1989 <wuwenbin2@huawei.com> | 2016-06-22 15:02:37 +0800 |
commit | bc9dc25113e277e5e6c2021a708cd61dc22411b4 (patch) | |
tree | 06e0afd046a0c3c628fa3384d7dffc5f1cf40560 /docker/Dockerfile | |
parent | e33fad48760be43aeb37ab69a37673195a51de2d (diff) |
modify onos tests' link to support onos 1.6
Change-Id: Ice9b19a1d569b4084921961ec0a3a9d961923521
Signed-off-by: wuwb1989 <wuwenbin2@huawei.com>
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 874a0638f..ae1343c2d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -75,7 +75,7 @@ RUN git clone https://github.com/openstack/tempest.git ${repos_dir}/tempest RUN git clone https://git.opendaylight.org/gerrit/p/integration/test.git ${repos_dir}/odl_test RUN git clone -b stable https://github.com/boucherv-orange/clearwater-live-test ${repos_dir}/vims-test RUN git clone https://github.com/openstack/networking-bgpvpn ${repos_dir}/bgpvpn -RUN git clone https://gerrit.onosproject.org/OnosSystemTest ${repos_dir}/onos +RUN git clone https://github.com/wuwenbin2/OnosSystemTest.git ${repos_dir}/onos RUN git clone https://github.com/opnfv/promise ${repos_dir}/promise RUN git clone https://gerrit.opnfv.org/gerrit/ovno ${repos_dir}/ovno |