Integrate BAROMETER feature test case
[functest.git] / run_unit_tests.sh
index 606aedc..d60a2d6 100755 (executable)
@@ -5,7 +5,7 @@ set -o pipefail
 # Either Workspace is set (CI)
 if [ -z $WORKSPACE ]
 then
-    WORKSPACE="."
+    WORKSPACE=`pwd`
 fi
 
 
@@ -24,6 +24,13 @@ pip install --upgrade pip
 pip install -r $WORKSPACE/test-requirements.txt
 pip install $WORKSPACE
 
+#install releng
+cd $WORKSPACE/../
+git clone https://gerrit.opnfv.org/gerrit/releng
+pip install releng/modules/
+rm -fr releng
+cd $WORKSPACE
+
 export CONFIG_FUNCTEST_YAML=$(pwd)/functest/ci/config_functest.yaml
 # unit tests
 # TODO: remove cover-erase