PAL: Temporary hack until all docker dns will be solved 56/31556/2
authorTibor Frank <tifrank@cisco.com>
Fri, 5 Mar 2021 08:25:33 +0000 (08:25 +0000)
committerTibor Frank <tifrank@cisco.com>
Fri, 5 Mar 2021 08:26:34 +0000 (08:26 +0000)
Change-Id: I8011ae9d6abe5c3eedd7b1519db1fa6aceae5ada
Signed-off-by: Tibor Frank <tifrank@cisco.com>
resources/tools/presentation/run_cpta.sh
resources/tools/presentation/run_report.sh

index 1aa5703..94745f7 100755 (executable)
@@ -19,6 +19,9 @@ mkdir ${DIR[WORKING]}
 virtualenv -p $(which python3) ${DIR[WORKING]}/env
 source ${DIR[WORKING]}/env/bin/activate
 
+# FIXME: Temporary hack until all docker dns will be solved
+echo "nameserver 172.17.0.1" > /etc/resolv.conf
+
 # Install python dependencies:
 pip3 install -r requirements.txt
 
index e36eee3..c28c03a 100755 (executable)
@@ -30,6 +30,9 @@ mkdir ${DIR[WORKING]}
 virtualenv -p $(which python3) ${DIR[WORKING]}/env
 source ${DIR[WORKING]}/env/bin/activate
 
+# FIXME: Temporary hack until all docker dns will be solved
+echo "nameserver 172.17.0.1" > /etc/resolv.conf
+
 # Install python dependencies:
 pip3 install -r requirements.txt