diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2017-06-14 06:57:07 +0100 |
---|---|---|
committer | Martin Klozik <martinx.klozik@intel.com> | 2017-06-14 06:57:07 +0100 |
commit | 6da87d98f88ac23aa379369d573bbd1a8a1fd7b7 (patch) | |
tree | 0d89fc74bc82b917456d959365d2d4c42156c89f | |
parent | e668c362f4dc8589df3899d86f28e7b815a79a85 (diff) |
ci: Fix of SRIOV graphs generation
Wrong test name was used for SRIOV.
Change-Id: Ie07a3bcd162b228d9d6843205a9abf237026f428
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
-rwxr-xr-x | ci/build-vsperf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build-vsperf.sh b/ci/build-vsperf.sh index dc7e6ec2..3ad67079 100755 --- a/ci/build-vsperf.sh +++ b/ci/build-vsperf.sh @@ -526,7 +526,7 @@ case $1 in generate_and_push_graphs "$TESTCASES_DAILY" ",OvsDpdkVhost," generate_and_push_graphs "$TESTCASES_DAILY" ",OvsVanilla," generate_and_push_graphs "$TESTCASES_DAILY_VPP" ",VppDpdkVhost," - generate_and_push_graphs "$TESTCASES_DAILY_SRIOV" ",none," + generate_and_push_graphs "$TESTCASES_SRIOV" ",none," cleanup |