diff options
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/functest.ovn.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/functest/functest.ovn.yaml b/jjb/functest/functest.ovn.yaml index 6b96c5a39..2d3c3520f 100644 --- a/jjb/functest/functest.ovn.yaml +++ b/jjb/functest/functest.ovn.yaml @@ -417,6 +417,7 @@ 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 \ |