From 5dd0d0ffd46e7665fddde8fd2f4da1a9b58506bb Mon Sep 17 00:00:00 2001 From: Deepak Chandella Date: Fri, 5 Jul 2019 22:31:36 +0530 Subject: Adding first patch for behave feature Change-Id: Ic975c301103b49cdec2bd26746b708388f21e892 Signed-off-by: Deepak Chandella --- ansible/site.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ansible') diff --git a/ansible/site.yml b/ansible/site.yml index 4c1f495e..934ef83e 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -1,4 +1,13 @@ --- - hosts: 127.0.0.1 roles: - - collivier.xtesting + - role: collivier.xtesting + suites: + - container: xtesting + tests: + - first + - second + - third + - fourth + - fifth + - sixth -- cgit 1.2.3-korg