Change-Id: I7055a2373b1c66678ee1cef6de93f56b5b7d5d15
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
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"]
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
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'
name: 'behaveframework'
args:
suites:
- - /usr/lib/python3.6/site-packages/xtesting/samples/features/
+ - /usr/lib/python3.7/site-packages/xtesting/samples/features/
tags:
- foo