diff options
author | Ajay Kumar <ajay4.kumar@orange.com> | 2021-04-05 16:08:01 +0530 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-04-27 17:23:38 +0200 |
commit | 95611ad4a2943831f710c32867d8636f03021346 (patch) | |
tree | 68a85ed47cdb7e7cab64f06e6436deeca836fa4a /ansible | |
parent | 49504223bc2ca476e63484e98d8b4cdbe299a09d (diff) |
Add an Ansible driver
It calls ansible_runner.interface.run() by converting the testcase
description data to kwargs. It only overrides quiet and artifact_dir to
implement the Xtesting behavior.
Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: Ifd09810400babc0f2b81f2c33edf55a3ed88807b
Signed-off-by: Ajay kumar <ajay4.kumar@orange.com>
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index ed71e7c3..92f883b2 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -11,6 +11,7 @@ - fourth - fifth - sixth + - eighth - container: xtesting-mts tests: - seventh |