diff options
author | morganrol <morgan.richomme@orange.com> | 2021-09-22 17:38:21 +0200 |
---|---|---|
committer | morganrol <morgan.richomme@orange.com> | 2021-09-23 17:26:51 +0200 |
commit | 3f9004309cb6baaae3196b6a2cf39559c7fcf7af (patch) | |
tree | ab3794bd462e681fc4df4b6df25effa83ef6fa54 /smoke-usecases-robot-py3/scripts | |
parent | 2049d412b36ae2623ecdb970656d30f69114a2b8 (diff) |
[CPS] Create a new Python3 based robot docker for CPS
In order to execute CPS tests in the CI, it is needed to create
a robot xtesting dockers as the existing dockers are still using
old robot libraries to match dependencies with heatbridge/selenium
A full refactoring is planned for Jakarata
This new docker could be used as a baseline
Issue-ID: CPS-654
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I49af71b1cda0cadc0837cae0f3f5b47745efff11
Diffstat (limited to 'smoke-usecases-robot-py3/scripts')
-rwxr-xr-x | smoke-usecases-robot-py3/scripts/cmd.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/smoke-usecases-robot-py3/scripts/cmd.sh b/smoke-usecases-robot-py3/scripts/cmd.sh new file mode 100755 index 0000000..aeeffde --- /dev/null +++ b/smoke-usecases-robot-py3/scripts/cmd.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +run_tests -t ${TAG} -r || true |