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 2858e81..22aa9d0 100644
--- a/cvp-runner.groovy
+++ b/cvp-runner.groovy
@@ -85,6 +85,7 @@
'baseRepoPreConfig': false,
'dockerMaxCpus': 2,
'dockerExtraOpts' : [
+ "--network=host",
"-v /root/qa_results/:/root/qa_results/",
"-v ${env.WORKSPACE}/${artifacts_dir}/:${container_workdir}/${artifacts_dir}/",
// TODO remove if all docker images with tests (like cvp-spt) will be transferred into new architucture (like cvp-sanity)