Try Functest containers as privileged 70/69970/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 20 Apr 2020 16:06:19 +0000 (18:06 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 20 Apr 2020 16:10:22 +0000 (18:10 +0200)
Rally threads sometimes loops with futex connection timeout.
Let's if privileged works and then dive into ulimit.

https://build.opnfv.org/ci/view/functest/job/functest-ovn-latest-daily/15/

Change-Id: Idede3c860dfd19cc605516f98af0e8c977b57c97
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/functest/functest.ovn.yaml

index 6b96c5a..2d3c352 100644 (file)
             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 \