commit | 5a380536756645f08760fde08bb01b650ef93813 | [log] [tgz] |
---|---|---|
author | Hanna Arhipova <harhipova@mirantis.com> | Thu Feb 07 12:17:37 2019 +0200 |
committer | Hanna Arhipova <harhipova@mirantis.com> | Thu Feb 07 12:17:37 2019 +0200 |
tree | dfa1454e8a28a102738e06f156b36af0fb77ce90 | |
parent | abf63975a76a275e77b0015408e8676f81053484 [diff] |
Make CVP tests runnable from docker on cfg01 Change-Id: I2a88311d66aabe27def93aa637090c7011e523d8 Fixes-Bug: #PROD-27309(PROD:27309)
diff --git a/cvp-runner.groovy b/cvp-runner.groovy index ad04607..b362f01 100644 --- a/cvp-runner.groovy +++ b/cvp-runner.groovy
@@ -71,6 +71,7 @@ 'baseRepoPreConfig': false, 'dockerMaxCpus': 2, 'dockerExtraOpts' : [ + "--network=host", "-v /root/qa_results/:/root/qa_results/", "-v ${env.WORKSPACE}/${artifacts_dir}/:${container_workdir}/${artifacts_dir}/", ],