Fix docker and py versions 33/71933/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 9 Feb 2021 20:35:59 +0000 (21:35 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 9 Feb 2021 20:35:59 +0000 (21:35 +0100)
Change-Id: I349b7d9c4ef35e62bf57fa0f70cc860b0d4cb223
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/core/testcases.yaml
docker/mts/Dockerfile
docker/mts/testcases.yaml

index 8775941..12e21e7 100644 (file)
@@ -75,6 +75,6 @@ tiers:
                     name: 'behaveframework'
                     args:
                         suites:
-                            - /usr/lib/python3.6/site-packages/xtesting/samples/features/
+                            - /usr/lib/python2.7/site-packages/xtesting/samples/features/
                         tags:
                             - foo
index 4d22ffb..29f37c3 100644 (file)
@@ -1,4 +1,4 @@
-FROM opnfv/xtesting
+FROM opnfv/xtesting:hunter
 
 ARG MTS_TAG=6.6.21
 ARG APP_FOLDER=/opt/mts
index 0694884..0d8830d 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/python2.7/site-packages/xtesting/samples/mts/test.xml
                         testcases:
                             - Pause_5_sec
                         max_duration: 2 # in seconds