aboutsummaryrefslogtreecommitdiffstats
path: root/xtesting/ci/testcases.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-02-09 21:29:38 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2021-02-09 21:32:11 +0100
commit0a519144afd04d8ee5152b488f55f2fce498ae63 (patch)
tree084f3c9a50ae218dc41d7d66d94fb2b1f26f1678 /xtesting/ci/testcases.yaml
parentc18a8ebad37f9bb7af386644ad87f533d0aacdc5 (diff)
Fix py version
Change-Id: I7055a2373b1c66678ee1cef6de93f56b5b7d5d15 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'xtesting/ci/testcases.yaml')
-rw-r--r--xtesting/ci/testcases.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/xtesting/ci/testcases.yaml b/xtesting/ci/testcases.yaml
index f74d012e..5e9478a6 100644
--- a/xtesting/ci/testcases.yaml
+++ b/xtesting/ci/testcases.yaml
@@ -60,7 +60,7 @@ tiers:
name: 'robotframework'
args:
suites:
- - /usr/lib/python3.6/site-packages/xtesting/samples/HelloWorld.robot
+ - /usr/lib/python3.7/site-packages/xtesting/samples/HelloWorld.robot
variable:
- 'var01:foo'
- 'var02:bar'
@@ -77,7 +77,7 @@ tiers:
name: 'behaveframework'
args:
suites:
- - /usr/lib/python3.6/site-packages/xtesting/samples/features/
+ - /usr/lib/python3.7/site-packages/xtesting/samples/features/
tags:
- foo