diff options
author | QiLiang <liangqi1@huawei.com> | 2018-03-28 17:08:18 +0800 |
---|---|---|
committer | QiLiang <liangqi1@huawei.com> | 2018-03-30 08:12:34 +0800 |
commit | 88790b327f7232aa14c11820c6029bf7412bbfed (patch) | |
tree | 81fd8e0f1ed904c1d9131fb26d4a827645ec23f6 | |
parent | d74e44111256bdb3779a66b3bf9c073bdb081d02 (diff) |
Add dependency for clover_k8s testcase
Clover testcase hook patch:
https://gerrit.opnfv.org/gerrit/#/c/54541/
functest-kubernetes patch:
https://gerrit.opnfv.org/gerrit/#/c/54543/
Tiny fix: remove -e for stor4nfv-tests
Change-Id: I68faafa2098ed304fbec2bcd647b258073b4f0c2
Signed-off-by: QiLiang <liangqi1@huawei.com>
-rw-r--r-- | upper-constraints.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/upper-constraints.txt b/upper-constraints.txt index 696a50c51..d6152da3e 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -5,7 +5,8 @@ git+https://gerrit.opnfv.org/gerrit/sdnvpn#egg=sdnvpn git+https://gerrit.opnfv.org/gerrit/sfc#egg=sfc -e git+https://gerrit.opnfv.org/gerrit/promise#egg=promise -e git+https://gerrit.opnfv.org/gerrit/doctor#egg=doctor-tests --e git+https://gerrit.opnfv.org/gerrit/stor4nfv#egg=stor4nfv-tests +git+https://gerrit.opnfv.org/gerrit/stor4nfv#egg=stor4nfv-tests +git+https://gerrit.opnfv.org/gerrit/clover#egg=clover git+https://gerrit.opnfv.org/gerrit/domino#egg=domino git+https://gerrit.opnfv.org/gerrit/parser#egg=nfv-heattranslator&subdirectory=tosca2heat/heat-translator git+https://gerrit.opnfv.org/gerrit/parser#egg=nfv-toscaparser&subdirectory=tosca2heat/tosca-parser |