Fix py version 31/71931/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 9 Feb 2021 20:29:38 +0000 (21:29 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 9 Feb 2021 20:32:11 +0000 (21:32 +0100)
Change-Id: I7055a2373b1c66678ee1cef6de93f56b5b7d5d15
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/mts/Dockerfile
docker/mts/testcases.yaml
xtesting/ci/testcases.yaml

index cf49050..e7713f0 100644 (file)
@@ -20,5 +20,5 @@ RUN apk --no-cache add --update openjdk8-jre && \
         java -jar target/mts-${MTS_TAG}-installer.jar -options /src/mts-installer.properties) && \
     rm -rf /root/.m2/ ${APP_FOLDER}/tutorial /src/mts-installer.properties /src/git-mts && \
     apk del .build-deps
-COPY testcases.yaml /usr/lib/python3.6/site-packages/xtesting/ci/testcases.yaml
+COPY testcases.yaml /usr/lib/python3.7/site-packages/xtesting/ci/testcases.yaml
 CMD ["run_tests", "-t", "all"]
index 0694884..e9f518a 100644 (file)
@@ -14,7 +14,7 @@ tiers:
                 run:
                     name: 'mts'
                     args:
-                        test_file: /usr/lib/python3.8/site-packages/xtesting/samples/mts/test.xml
+                        test_file: /usr/lib/python3.7/site-packages/xtesting/samples/mts/test.xml
                         testcases:
                             - Pause_5_sec
                         max_duration: 2 # in seconds
index f74d012..5e9478a 100644 (file)
@@ -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