aboutsummaryrefslogtreecommitdiffstats
path: root/docker/core/testcases.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2024-09-06 10:58:24 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2024-09-06 12:02:20 +0200
commite8c1a3da8d98f09a1b455d6eebe17c1345e7bfbc (patch)
tree3dbc5377c1d31336851525a14bce1e8d8c6ecde1 /docker/core/testcases.yaml
parenta1ba6fb90620f04ef49f5d29d5ce0e2d812e37b2 (diff)
Update to Alpine 3.20
Please note that it also updates python to 3.12. Change-Id: I715194304b37b9cd52affa998a94ba5ec52e7732 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/core/testcases.yaml')
-rw-r--r--docker/core/testcases.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docker/core/testcases.yaml b/docker/core/testcases.yaml
index deee73b6..3c3bd0b6 100644
--- a/docker/core/testcases.yaml
+++ b/docker/core/testcases.yaml
@@ -50,7 +50,7 @@ tiers:
args:
suites:
- >-
- /usr/lib/python3.10/site-packages/xtesting/samples/HelloWorld.robot
+ /usr/lib/python3.12/site-packages/xtesting/samples/HelloWorld.robot
variable:
- 'var01:foo'
- 'var02:bar'
@@ -64,7 +64,7 @@ tiers:
name: behaveframework
args:
suites:
- - /usr/lib/python3.10/site-packages/xtesting/samples/features
+ - /usr/lib/python3.12/site-packages/xtesting/samples/features
tags:
- foo
- case_name: eighth
@@ -76,7 +76,7 @@ tiers:
run:
name: ansible
args:
- private_data_dir: /usr/lib/python3.10/site-packages/xtesting/samples
+ private_data_dir: /usr/lib/python3.12/site-packages/xtesting/samples
playbook: helloworld.yml
- case_name: nineth
project_name: xtesting
@@ -88,4 +88,4 @@ tiers:
run:
name: pytest
args:
- dir: /usr/lib/python3.10/site-packages/xtesting/samples/fourth.py
+ dir: /usr/lib/python3.12/site-packages/xtesting/samples/fourth.py