[CSIT] fix /operations/GENERIC-RESOURCE-API path for RFC8040 conformance
[sdnc/oam.git] / csit / sdnc-csit.env
index 5f3509d..cd271f2 100755 (executable)
@@ -32,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}