diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-09-04 22:45:25 +0200 |
---|---|---|
committer | Cedric Ollivier <cedric.ollivier@orange.com> | 2017-09-05 07:37:22 +0000 |
commit | 243b6128cdd13f8e45040fb68dc8f296e0f938c1 (patch) | |
tree | 9e061f6cb6f2bc405dac0d9a93f26b3af8183818 | |
parent | bbe21a39bb86d1c548728ba3aaf98bb2a9419ec3 (diff) |
Integrate new Domino package
Change-Id: Iada952e3356fa89a122503c2a71aa31a9731469e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | docker/features/testcases.yaml | 2 | ||||
-rw-r--r-- | docker/features/thirdparty-requirements.txt | 1 | ||||
-rw-r--r-- | docker/thirdparty-requirements.txt | 1 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 2 | ||||
-rw-r--r-- | upper-constraints.txt | 1 |
5 files changed, 5 insertions, 2 deletions
diff --git a/docker/features/testcases.yaml b/docker/features/testcases.yaml index ec9962f7..b7cf81a8 100644 --- a/docker/features/testcases.yaml +++ b/docker/features/testcases.yaml @@ -88,7 +88,7 @@ tiers: module: 'functest.core.feature' class: 'BashFeature' args: - cmd: 'cd /src/domino && ./tests/run_multinode.sh' + cmd: 'run_multinode.sh' - case_name: barometercollectd diff --git a/docker/features/thirdparty-requirements.txt b/docker/features/thirdparty-requirements.txt index 0fa9be36..4a0b6ff8 100644 --- a/docker/features/thirdparty-requirements.txt +++ b/docker/features/thirdparty-requirements.txt @@ -3,3 +3,4 @@ sdnvpn securityscanning sfc promise +domino diff --git a/docker/thirdparty-requirements.txt b/docker/thirdparty-requirements.txt index 773af758..60bd0f28 100644 --- a/docker/thirdparty-requirements.txt +++ b/docker/thirdparty-requirements.txt @@ -6,3 +6,4 @@ promise tosca-parser>=0.7.0 # Apache-2.0 heat-translator>=0.4.0 # Apache-2.0 refstack-client +domino diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 5364035f..cb28f8a9 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -350,7 +350,7 @@ tiers: module: 'functest.core.feature' class: 'BashFeature' args: - cmd: 'cd /src/domino && ./tests/run_multinode.sh' + cmd: 'run_multinode.sh' - case_name: barometercollectd diff --git a/upper-constraints.txt b/upper-constraints.txt index e80ffffb..f189a2a5 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -6,6 +6,7 @@ git+https://gerrit.opnfv.org/gerrit/securityscanning#egg=securityscanning git+https://gerrit.opnfv.org/gerrit/sfc#egg=sfc -e git+https://gerrit.opnfv.org/gerrit/promise#egg=promise -e git+https://github.com/openstack/refstack-client#egg=refstack-client +git+https://gerrit.opnfv.org/gerrit/domino#egg=domino cloudify-rest-client===4.0 iniparse===0.4 openbaton-cli===2.2.1b7 |