diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-02-11 19:39:16 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-02-12 11:13:18 +0100 |
commit | 6f900435c92f2b9fa0d3c7f8cfe5b0f74cef0334 (patch) | |
tree | 8a37eb42fe7b9c712fed1cb387c52f3aabe4cf02 /ansible | |
parent | 7ee00d8053420a5d0d5e95e42776a91a508981bb (diff) |
Update ansible/site.yml (rally_full)
It conforms with "Move rally_full in benchmarking" [1]
[1] https://gerrit.opnfv.org/gerrit/#/c/66911/
Change-Id: I6382f6e612343896a1d817675e122d2c1e0b1a38
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 883d645814f2afd85bb37d042ab5c43565983f6a)
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.yml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index 0e67b3e37..1b0392e57 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -36,9 +36,6 @@ - name: functest-benchmarking ref_arg: BRANCH path: docker/benchmarking - - name: functest-components - ref_arg: - path: docker/components - name: functest-vnf ref_arg: path: docker/vnf @@ -77,12 +74,10 @@ - barbican - container: functest-benchmarking tests: + - rally_full - rally_jobs - vmtp - shaker - - container: functest-components - tests: - - rally_full - container: functest-vnf tests: - cloudify |