aboutsummaryrefslogtreecommitdiffstats
path: root/csit/sdnc-csit.env
diff options
context:
space:
mode:
authordemskeq8 <alexander.dehn@highstreet-technologies.com>2023-05-31 14:26:25 +0200
committerdemskeq8 <alexander.dehn@highstreet-technologies.com>2023-06-01 16:18:18 +0200
commit7b2cf6d7ee07d31e51fc2fba478274c120739b3b (patch)
tree985a6eacff8451adf5cf9c32914e0b3d1e5cc3ab /csit/sdnc-csit.env
parentf91533a9b7dc3c349a2a9a00c82faafd5de8b17e (diff)
[CSIT] fix /operations/GENERIC-RESOURCE-API path for RFC8040 conformance
remove tailing '/' enable csit tests for GENERIC-RESOURCE-API Issue-ID: SDNC-1812 Signed-off-by: demskeq8 <alexander.dehn@highstreet-technologies.com> Change-Id: Ie6a82d18973b6e58fa20c1284640baed69eb577e Former-commit-id: dcfccebc367687ba878674287a89c0b7834594af
Diffstat (limited to 'csit/sdnc-csit.env')
-rwxr-xr-xcsit/sdnc-csit.env3
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}