diff options
author | 2020-06-05 08:51:05 +0200 | |
---|---|---|
committer | 2020-06-05 08:55:45 +0200 | |
commit | 597f895a4564e3133bf6fbc200928797088d425f (patch) | |
tree | dd8de9dc3e763716bc3c84a09fe7828309da4295 | |
parent | 91d0d8038b10def2f2fcaffc34481c6844a8ed47 (diff) |
Run VNF in parallel in Functest default playbook
They pass in parallel if the bandwidth is good enough.
https://build.opnfv.org/ci/view/functest/job/functest-latest-daily/679/
Change-Id: I2f466f7f25898d8af3004da1d3ef2208e4410f7c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit a5d8fadf7a0c68df662c8257947df82119bfe768)
-rw-r--r-- | ansible/site.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index 37982a026..ca72bc8cc 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -87,12 +87,3 @@ - heat_ims - vyos_vrouter - juju_epc - properties: - execution-type: SEQUENTIALLY - - container: functest-features - tests: - - doctor-notification - - functest-odl-sfc - - barometercollectd - - vgpu - - stor4nfv_os |