From 6da87d98f88ac23aa379369d573bbd1a8a1fd7b7 Mon Sep 17 00:00:00 2001 From: Martin Klozik Date: Wed, 14 Jun 2017 06:57:07 +0100 Subject: ci: Fix of SRIOV graphs generation Wrong test name was used for SRIOV. Change-Id: Ie07a3bcd162b228d9d6843205a9abf237026f428 Signed-off-by: Martin Klozik --- ci/build-vsperf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg