diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-08-22 13:16:54 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-08-22 13:24:47 +0200 |
commit | ec20777fe4188cb29e7e50002143cbbc384f2456 (patch) | |
tree | fb22b35f58381e184cf30aa881cec5e04c3241ea /ansible | |
parent | f8800b23d406c8acad7acc62035d5425d7358338 (diff) |
Conforms with latest changes in Xtesting ansible role.
It selects the generic way to set execution-type [1].
[1] https://github.com/collivier/ansible-role-xtesting/commit/292ab576fb8f0a13519bacc5ec46561a3ed8f838
Change-Id: I75e57f05d99381c9d0608aa4a88f0b12d9b6a9cf
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit c9c61b560d88b929de3457276a6372583c45f924)
(cherry picked from commit b44b6d717fc92904d4c70d4c26bdad4619929160)
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index 411543cf9..bb0977e04 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -82,6 +82,8 @@ - heat_ims - vyos_vrouter - juju_epc + properties: + execution-type: SEQUENTIALLY - container: functest-features tests: - doctor-notification |