From 49575b34b9b3ed410c8da635eacdd64bb28c6d2a Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 9 Dec 2018 09:55:56 +0100 Subject: Enable robot sample in the container MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The testcase is disabled by default in package as the location depends on OS. But it can be safely enabled in the Alpine container. Change-Id: I8d1befd09b8d823010dfce7fbb18eddb864fd6e6 Signed-off-by: Cédric Ollivier --- docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'docker/Dockerfile') diff --git a/docker/Dockerfile b/docker/Dockerfile index 832b4c04..26417076 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -13,4 +13,5 @@ RUN apk --no-cache add --update python py-pip bash git && \ -chttps://git.opnfv.org/functest-xtesting/plain/upper-constraints.txt?h=$BRANCH \ /src/functest-xtesting && \ rm -r /src/functest-xtesting +COPY testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml CMD ["run_tests", "-t", "all"] -- cgit 1.2.3-korg