diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-06-05 08:51:05 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-06-05 08:54:29 +0200 |
commit | b0b748ee94cfbbc83e3293d025db983f5def7c9a (patch) | |
tree | ae5e290afd331171ce65c6233a5629a19fc5ce4c | |
parent | f30e43810bee1a4432bf6cada3226b06cffc072c (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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index 57aacb3f6..8aab5f988 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -88,5 +88,3 @@ - heat_ims - vyos_vrouter - juju_epc - properties: - execution-type: SEQUENTIALLY |