run docker without -i and -t options 69/13969/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Wed, 11 May 2016 23:16:29 +0000 (16:16 -0700)
committerJamo Luhrsen <jluhrsen@redhat.com>
Wed, 11 May 2016 23:16:29 +0000 (16:16 -0700)
Change-Id: Id09695d6e775b121dda5902769aa207094e596c8
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
jjb/cperf/cperf-ci-jobs.yml

index 05f4d19..b824f78 100644 (file)
             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}