diff options
author | Jamo Luhrsen <jluhrsen@redhat.com> | 2016-06-02 17:28:04 -0700 |
---|---|---|
committer | Jamo Luhrsen <jluhrsen@redhat.com> | 2016-06-02 17:28:04 -0700 |
commit | 6804b533d83cde9400229430c5324ac6d4834067 (patch) | |
tree | 29fc28911040b0f0753d219c8ee766f21946a2e2 | |
parent | c6ab52af93686236f4b3e06bb5b832d5616c9bfe (diff) |
fix odl test repo path and remove unneeded sudo
Change-Id: Iefcdf2b22b0069c109a00cbc058678ee067db7bb
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
-rw-r--r-- | jjb/cperf/cperf-ci-jobs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/cperf/cperf-ci-jobs.yml b/jjb/cperf/cperf-ci-jobs.yml index 884352419..f6a8acabb 100644 --- a/jjb/cperf/cperf-ci-jobs.yml +++ b/jjb/cperf/cperf-ci-jobs.yml @@ -118,8 +118,8 @@ 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 |