aboutsummaryrefslogtreecommitdiffstats
path: root/xtesting/ci
diff options
context:
space:
mode:
authorAjay Kumar <ajay4.kumar@orange.com>2021-04-05 16:08:01 +0530
committerCédric Ollivier <cedric.ollivier@orange.com>2021-04-27 17:23:38 +0200
commit95611ad4a2943831f710c32867d8636f03021346 (patch)
tree68a85ed47cdb7e7cab64f06e6436deeca836fa4a /xtesting/ci
parent49504223bc2ca476e63484e98d8b4cdbe299a09d (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 'xtesting/ci')
-rw-r--r--xtesting/ci/testcases.yaml197
1 files changed, 98 insertions, 99 deletions
diff --git a/xtesting/ci/testcases.yaml b/xtesting/ci/testcases.yaml
index f74d012e..16dd2632 100644
--- a/xtesting/ci/testcases.yaml
+++ b/xtesting/ci/testcases.yaml
@@ -1,102 +1,101 @@
---
tiers:
- -
- name: samples
+ - name: samples
+ description: ''
+ testcases:
+ - case_name: first
+ project_name: xtesting
+ criteria: 100
+ blocking: true
+ clean_flag: false
description: ''
- testcases:
- -
- case_name: first
- project_name: xtesting
- criteria: 100
- blocking: true
- clean_flag: false
- description: ''
- run:
- name: 'first'
-
- -
- case_name: second
- project_name: xtesting
- criteria: 100
- blocking: true
- clean_flag: false
- description: ''
- run:
- name: 'second'
-
- -
- case_name: third
- project_name: xtesting
- criteria: 100
- blocking: true
- clean_flag: false
- description: ''
- run:
- name: 'bashfeature'
- args:
- cmd: 'echo -n Hello World; exit 0'
-
- -
- case_name: fourth
- project_name: xtesting
- criteria: 100
- blocking: true
- clean_flag: false
- description: ''
- run:
- name: 'unit'
- args:
- name: 'xtesting.samples.fourth'
-
- -
- case_name: fifth
- project_name: xtesting
- enabled: false
- criteria: 100
- blocking: false
- clean_flag: false
- description: ''
- run:
- name: 'robotframework'
- args:
- suites:
- - /usr/lib/python3.6/site-packages/xtesting/samples/HelloWorld.robot
- variable:
- - 'var01:foo'
- - 'var02:bar'
-
- -
- case_name: sixth
- project_name: xtesting
- enabled: false
- criteria: 100
- blocking: false
- clean_flag: false
- description: ''
- run:
- name: 'behaveframework'
- args:
- suites:
- - /usr/lib/python3.6/site-packages/xtesting/samples/features/
- tags:
- - foo
-
- -
- case_name: seventh
- project_name: xtesting
- enabled: true
- criteria: 100
- blocking: true
- clean_flag: false
- description: ''
- run:
- name: 'mts'
- args:
- test_file: /opt/mts/bin/test/test.xml
- testcases:
- - Pause_5_sec
- max_duration: 2 # in seconds
- log_level: INFO
- store_method: FILE
- java_memory: 2048
- console: true
+ run:
+ name: first
+ - case_name: second
+ project_name: xtesting
+ criteria: 100
+ blocking: true
+ clean_flag: false
+ description: ''
+ run:
+ name: second
+ - case_name: third
+ project_name: xtesting
+ criteria: 100
+ blocking: true
+ clean_flag: false
+ description: ''
+ run:
+ name: bashfeature
+ args:
+ cmd: echo -n Hello World; exit 0
+ - case_name: fourth
+ project_name: xtesting
+ criteria: 100
+ blocking: true
+ clean_flag: false
+ description: ''
+ run:
+ name: unit
+ args:
+ name: xtesting.samples.fourth
+ - case_name: fifth
+ project_name: xtesting
+ enabled: false
+ criteria: 100
+ blocking: true
+ clean_flag: false
+ description: ''
+ run:
+ name: robotframework
+ args:
+ suites:
+ - >-
+ /usr/lib/python3.8/site-packages/xtesting/samples/HelloWorld.robot
+ variable:
+ - 'var01:foo'
+ - 'var02:bar'
+ - case_name: sixth
+ project_name: xtesting
+ enabled: false
+ criteria: 100
+ blocking: true
+ clean_flag: false
+ description: ''
+ run:
+ name: behaveframework
+ args:
+ suites:
+ - /usr/lib/python3.8/site-packages/xtesting/samples/features
+ tags:
+ - foo
+ - case_name: seventh
+ project_name: xtesting
+ enabled: false
+ criteria: 100
+ blocking: true
+ clean_flag: false
+ description: ''
+ run:
+ name: mts
+ args:
+ test_file: /opt/mts/bin/test/test.xml
+ testcases:
+ - Pause_5_sec
+ max_duration: 2
+ log_level: INFO
+ store_method: FILE
+ java_memory: 2048
+ console: true
+ - case_name: eighth
+ project_name: xtesting
+ enabled: false
+ criteria: 100
+ blocking: true
+ clean_flag: false
+ description: ''
+ run:
+ name: ansible
+ args:
+ private_data_dir: /usr/lib/python3.8/site-packages/xtesting/samples
+ playbook: helloworld.yml