summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
Diffstat (limited to 'jjb')
-rwxr-xr-xjjb/cperf/cperf-robot-netvirt-csit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/cperf/cperf-robot-netvirt-csit.sh b/jjb/cperf/cperf-robot-netvirt-csit.sh
index 9abb4ad7f..4ed85950d 100755
--- a/jjb/cperf/cperf-robot-netvirt-csit.sh
+++ b/jjb/cperf/cperf-robot-netvirt-csit.sh
@@ -87,7 +87,7 @@ robot_cmd="pybot \
-v DEVSTACK_DEPLOY_PATH:/tmp \
-v HA_PROXY_IP:$SDN_CONTROLLER_IP \
-v NUM_ODL_SYSTEM:$NUM_CONTROL_NODES \
- -v NUM_OS_SYSTEM:$NUM_CONTROL_NODES \
+ -v NUM_OS_SYSTEM:$(($NUM_CONTROL_NODES + $NUM_COMPUTE_NODES)) \
-v NUM_TOOLS_SYSTEM:0 \
-v ODL_SNAT_MODE:conntrack \
-v ODL_STREAM:$ODL_STREAM \