PAL: download - ignore verifying the SSL certificate
[csit.git] / resources / tools / presentation / run_report.sh
index 8c927f5..c28c03a 100755 (executable)
@@ -27,18 +27,21 @@ fi
 mkdir ${DIR[WORKING]}
 
 # Create virtual environment
-virtualenv ${DIR[WORKING]}/env
-. ${DIR[WORKING]}/env/bin/activate
+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:
-pip install -r requirements.txt
+pip3 install -r requirements.txt
 
-export PYTHONPATH=`pwd`
+export PYTHONPATH=`pwd`:`pwd`/../../../:`pwd`/../../libraries/python
 
 python pal.py \
     --specification specification.yaml \
     --release ${RELEASE} \
-    --week "37" \
+    --week "09" \
     --logging INFO \
     --force