diff options
Diffstat (limited to 'csit/sdnc-csit.env')
-rwxr-xr-x | csit/sdnc-csit.env | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/csit/sdnc-csit.env b/csit/sdnc-csit.env index 5f3509d2..cd271f21 100755 --- a/csit/sdnc-csit.env +++ b/csit/sdnc-csit.env @@ -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} |