diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-05-12 07:30:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-05-12 07:30:29 +0000 |
commit | bae70e5012d14c4cc415c21e279ea8f3d81e4480 (patch) | |
tree | 96e98d1065ba9be56d3ed94afaebea07b45853c3 | |
parent | 0c372103bea8aeb0207c5b49cfd1a2fc3e3022c2 (diff) | |
parent | 4ed1855719f05ed38d244925042d255a218c3534 (diff) |
Merge "run docker without -i and -t options"
-rw-r--r-- | jjb/cperf/cperf-ci-jobs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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} |