Remove the serialization in tests
The lxc container create process were running in serial as it sets up the test environment. Being this is setting up a test environment there's no need for it to be executed in serial. The original reason these container creates were running in serial was due to SSH issues however the integrated repo has been creating containers in parallel for sometime now so it is believed the original control path issues have been resolved. Change-Id: I59d563549b288e634338474aed45011e94b85c47 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
parent
320204025c
commit
54930c0048
@ -15,7 +15,6 @@
|
||||
|
||||
- name: Playbook for destroying test containers
|
||||
hosts: all_containers
|
||||
serial: 1
|
||||
become: true
|
||||
gather_facts: false
|
||||
tasks:
|
||||
|
@ -25,7 +25,6 @@
|
||||
|
||||
- name: Playbook for creating containers
|
||||
hosts: all_containers
|
||||
serial: 1
|
||||
become: True
|
||||
gather_facts: False
|
||||
any_errors_fatal: true
|
||||
|
Loading…
Reference in New Issue
Block a user