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 /test-requirements.txt | |
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 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 9e729a60..28f97df4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,3 +13,4 @@ doc8 # Apache-2.0 bashate # Apache-2.0 ansible-lint bandit +munch # MIT |