[CPS] Create a new Python3 based robot docker for CPS 28/124428/3
authormorganrol <morgan.richomme@orange.com>
Wed, 22 Sep 2021 15:38:21 +0000 (17:38 +0200)
committermorganrol <morgan.richomme@orange.com>
Thu, 23 Sep 2021 15:26:51 +0000 (17:26 +0200)
commit3f9004309cb6baaae3196b6a2cf39559c7fcf7af
treeab3794bd462e681fc4df4b6df25effa83ef6fa54
parent2049d412b36ae2623ecdb970656d30f69114a2b8
[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
smoke-usecases-robot-py3/README.md [new file with mode: 0644]
smoke-usecases-robot-py3/docker/Dockerfile [new file with mode: 0644]
smoke-usecases-robot-py3/docker/testcases.yaml [new file with mode: 0644]
smoke-usecases-robot-py3/requirements.txt [new file with mode: 0644]
smoke-usecases-robot-py3/scripts/cmd.sh [new file with mode: 0755]