From 112ce709f65a1bb03200fbe11d20987f74313272 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Thu, 22 Aug 2019 15:16:32 +0200 Subject: [PATCH] Conforms with latest changes in Xtesting ansible role. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It selects the generic way to set execution-type [1]. [1] https://github.com/collivier/ansible-role-xtesting/commit/292ab576fb8f0a13519bacc5ec46561a3ed8f838 Change-Id: I8b4d7dc3433cc210cd9eac180a1f247286ac1d7e Signed-off-by: Cédric Ollivier --- ansible/site.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/site.yml b/ansible/site.yml index 7db0d8a9..2af40006 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -40,6 +40,8 @@ tests: - xrally_kubernetes - k8s_conformance + properties: + execution-type: SEQUENTIALLY - repo: opnfv container: functest-kubernetes-features tests: -- 2.16.6