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:13 +0200 |
commit | 9ad45558b19368704b9c8a57f57b6384f4caea58 (patch) | |
tree | e76b2d504de3ee49f7caf663690b6db3e21b42af | |
parent | b30b41bf9c5342102eb13c538b2c54f55bf0e197 (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 e21b9af4d..68843cc4b 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -80,5 +80,3 @@ - heat_ims - vyos_vrouter - juju_epc - properties: - execution-type: SEQUENTIALLY |