fix odl test repo path and remove unneeded sudo 27/15127/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Fri, 3 Jun 2016 00:28:04 +0000 (17:28 -0700)
committerJamo Luhrsen <jluhrsen@redhat.com>
Fri, 3 Jun 2016 00:28:04 +0000 (17:28 -0700)
Change-Id: Iefcdf2b22b0069c109a00cbc058678ee067db7bb
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
jjb/cperf/cperf-ci-jobs.yml

index 8843524..f6a8aca 100644 (file)
             docker pull opnfv/cperf:$DOCKER_TAG
             robot_cmd="pybot -e exclude -v ODL_SYSTEM_IP:${CONTROLLER_IP} -v switch_count:100 -v loops:10 \
                               -v TOOLS_SYSTEM_IP:localhost -v duration_in_seconds:60"
-            robot_suite="/home/opnfv/repos/test/csit/suites/openflowplugin/Performance/010_Cbench.robot"
-            sudo docker run opnfv/cperf:$DOCKER_TAG ${robot_cmd} ${robot_suite}
+            robot_suite="/home/opnfv/repos/odl_test/csit/suites/openflowplugin/Performance/010_Cbench.robot"
+            docker run opnfv/cperf:$DOCKER_TAG ${robot_cmd} ${robot_suite}
 
 - builder:
     name: cperf-cleanup