From: Jamo Luhrsen Date: Wed, 11 May 2016 23:16:29 +0000 (-0700) Subject: run docker without -i and -t options X-Git-Tag: colorado.1.0~502^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=4ed1855719f05ed38d244925042d255a218c3534;p=releng.git run docker without -i and -t options Change-Id: Id09695d6e775b121dda5902769aa207094e596c8 Signed-off-by: Jamo Luhrsen --- diff --git a/jjb/cperf/cperf-ci-jobs.yml b/jjb/cperf/cperf-ci-jobs.yml index 05f4d1946..b824f78bd 100644 --- a/jjb/cperf/cperf-ci-jobs.yml +++ b/jjb/cperf/cperf-ci-jobs.yml @@ -113,4 +113,4 @@ 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 -t -i opnfv/cperf:$DOCKER_TAG ${robot_cmd} ${robot_suite} + sudo docker run opnfv/cperf:$DOCKER_TAG ${robot_cmd} ${robot_suite}