From dbcae9d07be758e2fbb14f6f8dcd3d131c7fbd19 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 28 Feb 2018 18:46:13 +0100 Subject: Switch from /home/opnfv/functest to /var/lib/xtesting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Functest containers will have to create symlinks to allow publishing artifacts. All classes create the mandatory dirs. Change-Id: Ia1f215005d553dd6d64685e4d8a3f5c843c5db7a Signed-off-by: Cédric Ollivier --- docker/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docker/Dockerfile') diff --git a/docker/Dockerfile b/docker/Dockerfile index 857ae6ce..4d0fe00f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -10,6 +10,5 @@ RUN apk --no-cache add --update python py-pip bash git && \ -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=$OPENSTACK_TAG \ -chttps://git.opnfv.org/functest-xtesting/plain/upper-constraints.txt?h=$BRANCH \ /src/functest-xtesting && \ - rm -r /src/functest-xtesting && \ - bash -c "mkdir -p /home/opnfv/xtesting/results/robot" + rm -r /src/functest-xtesting CMD ["run_tests", "-t", "all"] -- cgit 1.2.3-korg