diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-04-25 10:23:18 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-04-27 07:41:44 +0000 |
commit | 021ff1a582f69438f3aa81b1e2d4879ef0ab2952 (patch) | |
tree | 849432ab5ae90aa58b1b0ccf8530a1ae60cefa52 /bootstrap-verify-perf.sh | |
parent | 99489ad1ec752855345a432085a96539b8973e1a (diff) |
FIX: Add api-segment conf to TCP tests
Change-Id: Idf778d8427c8dabf716090cdaeba189e8cccfb98
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'bootstrap-verify-perf.sh')
-rwxr-xr-x | bootstrap-verify-perf.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index 4177625726..b480abc357 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -364,6 +364,7 @@ case "$TEST_TAG" in pybot ${PYBOT_ARGS} \ -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ -s "tests.${DUT}.perf" \ + --include tcpANDhttp \ tests/ RETURN_STATUS=$(echo $?) esac |