Complete commit "Try Functest containers as privileged" 71/69971/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 20 Apr 2020 16:26:59 +0000 (18:26 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 20 Apr 2020 16:26:59 +0000 (18:26 +0200)
Change-Id: I14779ac07f49a3fe2b5a281095880d5ecacf943c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/functest/functest.ovn.yaml

index 2d3c352..be76f02 100644 (file)
             py=2.7
           fi
           sudo docker run --rm \
+            --privileged=true \
             -e S3_ENDPOINT_URL=https://storage.googleapis.com \
             -e S3_DST_URL=s3://artifacts.opnfv.org/functest/$BUILD_TAG/$JOB_NAME-$BUILD_ID \
             -e HTTP_DST_URL=http://artifacts.opnfv.org/functest/$BUILD_TAG/$JOB_NAME-$BUILD_ID \
             image={repo}:{port}/{container}:{tag}
           fi
           sudo docker run --rm \
-            --privileged=true \
             -e S3_ENDPOINT_URL=https://storage.googleapis.com \
             -e S3_DST_URL=s3://artifacts.opnfv.org/functest \
             -e HTTP_DST_URL=http://artifacts.opnfv.org/functest \