Add secret-management in Charmed OSM
[osm/devops.git] / jenkins / RO / start_build
index e7d8bf4..01474ee 100755 (executable)
@@ -27,7 +27,7 @@ export OSM_MDG=RO
 OSM_load_config
 
 NOTEST=""
-if [ $1 = "--notest" ]; then
+if [ "$1" = "--notest" ]; then
     shift
     NOTEST="y"
 fi
@@ -54,10 +54,10 @@ trap 'rm -f "$TEMPFILE"' EXIT
 for i in `ls vimconn_*.py |sed "s/\.py//"`; do echo "import $i" >> $TEMPFILE; done
 
 python $TEMPFILE &&
-python -m py_compile *.py   &&
+python -m py_compile *.py  # &&
 
-INFO "  basic_test"         &&
-./test/basictest.sh --force --insert-bashrc --install-openvim --init-openvim  #&&   #uncomment to add new tests
+#INFO "  basic_test"         &&
+#./test/basictest.sh --force --insert-bashrc --install-openvim --init-openvim  #&&   #uncomment to add new tests
 # OTHER TESTS HERE
 
 RC=$?