Setting debug logs for BBSim based tests

Change-Id: Ie756f59a7873cdc6fc6ecc0e2497650b8ab9c054
diff --git a/jjb/pipeline/voltha/master/voltha-scale-test.groovy b/jjb/pipeline/voltha/master/voltha-scale-test.groovy
index c0336dc..9c427f0 100644
--- a/jjb/pipeline/voltha/master/voltha-scale-test.groovy
+++ b/jjb/pipeline/voltha/master/voltha-scale-test.groovy
@@ -599,6 +599,7 @@
         fi
 
         cd voltha-system-tests
+        make vst_venv
         source ./vst_venv/bin/activate || true
         python tests/scale/collect-result.py -r $WORKSPACE/RobotLogs/output.xml -p $WORKSPACE/plots > $WORKSPACE/execution-time.txt || true
         cat $WORKSPACE/execution-time.txt
@@ -770,6 +771,7 @@
       sh '''
       if [ ${withMonitoring} = true ] ; then
         cd $WORKSPACE/voltha-system-tests
+        make vst_venv
         source ./vst_venv/bin/activate || true
         sleep 60 # we have to wait for prometheus to collect all the information
         python scripts/sizing.py -o $WORKSPACE/plots || true