summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-08-06 13:50:23 -0400
committerTim Rozet <trozet@redhat.com>2018-08-06 13:52:58 -0400
commitf05bfa7dfa7b824422c9f19c4cdeb33033cddeda (patch)
tree2a14bf2d91f72e5602afd3355c2c76824b81b42e /jjb
parent3f79d23b6bf0bc0beb83a010ec9701e91b158149 (diff)
CPERF: Add external csit suite
Change-Id: Ic2a237149af4cb8d5935a2b018c94b669cf380fe Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb')
-rwxr-xr-xjjb/cperf/cperf-robot-netvirt-csit.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/cperf/cperf-robot-netvirt-csit.sh b/jjb/cperf/cperf-robot-netvirt-csit.sh
index b07955c78..3fb4323c7 100755
--- a/jjb/cperf/cperf-robot-netvirt-csit.sh
+++ b/jjb/cperf/cperf-robot-netvirt-csit.sh
@@ -116,7 +116,8 @@ robot_cmd="pybot \
-v of_port:6653 "
suites="/home/opnfv/repos/odl_test/csit/suites/openstack/connectivity/l2.robot \
- /home/opnfv/repos/odl_test/csit/suites/openstack/connectivity/l3.robot"
+ /home/opnfv/repos/odl_test/csit/suites/openstack/connectivity/l3.robot \
+ /home/opnfv/repos/odl_test/csit/suites/openstack/connectivity/external_network.robot"
echo "Robot command set: ${robot_cmd}"
echo "Running robot..."