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-11 19:39:48 +0100 |
commit | 883d645814f2afd85bb37d042ab5c43565983f6a (patch) | |
tree | 016c297bff4e344c453ab729835dabc4b2481550 | |
parent | 2645e3a60d536af5a2b1d93ea3dfac963fd887a3 (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>
-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 0458a2905..38dbfacd5 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -33,9 +33,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 @@ -74,12 +71,10 @@ - barbican - container: functest-benchmarking tests: + - rally_full - rally_jobs - vmtp - shaker - - container: functest-components - tests: - - rally_full - container: functest-vnf tests: - cloudify |