diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-03-31 15:52:21 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-04-14 16:05:50 +0200 |
commit | 12732b13c55eb91f32ed65f1d8a1f72b4aa2c534 (patch) | |
tree | 38d780ee4126de59392f893157b03c4fb37c602d /xtesting/ci | |
parent | fd8498598096cabb991cf3494220a9715d3360f7 (diff) |
Add pytest driver in Xtesting
Co-authored-by: Edouard Hinard <edouard.hinard@orange.com>
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: Ice364f7f4287aacc7f375ed4a23503fd38c8e543
Diffstat (limited to 'xtesting/ci')
-rw-r--r-- | xtesting/ci/testcases.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/xtesting/ci/testcases.yaml b/xtesting/ci/testcases.yaml index ead3441c..488bf953 100644 --- a/xtesting/ci/testcases.yaml +++ b/xtesting/ci/testcases.yaml @@ -99,3 +99,14 @@ tiers: args: private_data_dir: /usr/lib/python3.10/site-packages/xtesting/samples playbook: helloworld.yml + - case_name: nineth + project_name: xtesting + enabled: true + criteria: 100 + blocking: true + clean_flag: false + description: '' + run: + name: pytest + args: + dir: /usr/lib/python3.10/site-packages/xtesting/samples/fourth.py |