summaryrefslogtreecommitdiffstats
path: root/jjb/cperf/cperf-robot-netvirt-csit.sh
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-07-23 17:22:55 -0400
committerTim Rozet <trozet@redhat.com>2018-07-23 17:22:55 -0400
commitd336e8e842f451b661c9777eaef9462bbff4dd93 (patch)
tree3aa172f21184803ac7071055f8ab9e1730ea26b4 /jjb/cperf/cperf-robot-netvirt-csit.sh
parent0a57a06ef50e9f83c6e8495a9c6ccfe888b67d51 (diff)
CPERF: minor fixes to csit
Change-Id: I16b4859922a6efec2748190234967409b61c1f68 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/cperf/cperf-robot-netvirt-csit.sh')
-rwxr-xr-xjjb/cperf/cperf-robot-netvirt-csit.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/cperf/cperf-robot-netvirt-csit.sh b/jjb/cperf/cperf-robot-netvirt-csit.sh
index 55bb13154..291291186 100755
--- a/jjb/cperf/cperf-robot-netvirt-csit.sh
+++ b/jjb/cperf/cperf-robot-netvirt-csit.sh
@@ -84,7 +84,7 @@ robot_cmd="pybot \
-v NUM_TOOLS_SYSTEM:0 \
-v ODL_SNAT_MODE:conntrack \
-v ODL_STREAM:$ODL_STREAM \
- -v ODL_SYSTEM_IP: $CONTROLLER_1_IP \
+ -v ODL_SYSTEM_IP:$CONTROLLER_1_IP \
-v OS_CONTROL_NODE_IP:$CONTROLLER_1_IP \
-v OPENSTACK_BRANCH:$FULL_OS_VER \
-v OS_USER:heat-admin \
@@ -95,7 +95,7 @@ robot_cmd="pybot \
-v PUBLIC_PHYSICAL_NETWORK:datacentre \
-v RESTCONFPORT:8081 \
-v ODL_RESTCONF_USER:admin \
- -v ODL_RESTCONF_PASSWORD:admin \
+ -v ODL_RESTCONF_PASSWORD:$SDN_CONTROLLER_PASSWORD \
-v KARAF_PROMPT_LOGIN:'opendaylight-user' \
-v KARAF_PROMPT:'opendaylight-user.*root.*>' \
-v SECURITY_GROUP_MODE:stateful \