aboutsummaryrefslogtreecommitdiffstats
path: root/xtesting
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2023-04-13 10:32:43 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2023-04-13 13:02:30 +0200
commitfb81c20caa47588205a937841fa96c0cf0e21ba4 (patch)
tree257c7d5f8e93eea9a090999c9f4186c7527df741 /xtesting
parent3b985e2b51484195d581796638970819adfebe0f (diff)
Add missing api docs
Change-Id: I29a470f74d2429862d0e26426a375d0a76550082 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 8aac8f8eb357c595fc2e8272d6302bfd068cd4ab)
Diffstat (limited to 'xtesting')
-rw-r--r--xtesting/ci/testcases.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/xtesting/ci/testcases.yaml b/xtesting/ci/testcases.yaml
index a5f3f8ea..ead3441c 100644
--- a/xtesting/ci/testcases.yaml
+++ b/xtesting/ci/testcases.yaml
@@ -51,7 +51,7 @@ tiers:
args:
suites:
- >-
- /usr/lib/python3.9/site-packages/xtesting/samples/HelloWorld.robot
+ /usr/lib/python3.10/site-packages/xtesting/samples/HelloWorld.robot
variable:
- 'var01:foo'
- 'var02:bar'
@@ -66,7 +66,7 @@ tiers:
name: behaveframework
args:
suites:
- - /usr/lib/python3.9/site-packages/xtesting/samples/features
+ - /usr/lib/python3.10/site-packages/xtesting/samples/features
tags:
- foo
- case_name: seventh
@@ -97,5 +97,5 @@ tiers:
run:
name: ansible
args:
- private_data_dir: /usr/lib/python3.9/site-packages/xtesting/samples
+ private_data_dir: /usr/lib/python3.10/site-packages/xtesting/samples
playbook: helloworld.yml