Chore: Add gerrit maven verify GHA workflow
[sdnc/oam.git] / csit / sdnc-csit.env
index e1c95f5..cd271f2 100755 (executable)
@@ -14,7 +14,8 @@ export MYSQL_USER=${MYSQL_USER:-sdnctl}
 export MYSQL_PASSWORD=${MYSQL_PASSWORD:-gamma}
 export MYSQL_DATABASE=${MYSQL_DATABASE:-sdnctl}
 export ODL_USER=${ODL_USER:-admin}
-export ODL_PASSWORD=${ODL_PASSWORD:-Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U}
+# export ODL_PASSWORD=${ODL_PASSWORD:-Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U}
+export ODL_PASSWORD=${ODL_PASSWORD:-admin}
 export HONEYCOMB_USER=${HONEYCOMB_USER:-admin}
 export HONEYCOMB_PASSWORD=${HONEYCOMB_PASSWORD:-admin}
 export TRUSTSTORE_PASSWORD=${TRUSTSTORE_PASSWORD:-changeit}
@@ -31,3 +32,6 @@ export MTU=$(/sbin/ifconfig | grep MTU | sed 's/.*MTU://' | sed 's/ .*//' | sort
 if [ "$MTU" == "" ]; then
          export MTU="1450"
 fi
+# Define ROBOT_IMAGE to run robot testcases within this container
+# skips all robotframework related local python installation
+export ROBOT_IMAGE=${ROBOT_IMAGE:-nexus3.onap.org:10001/onap/testsuite:1.12.1}