From: Martin Klozik Date: Wed, 14 Jun 2017 05:57:07 +0000 (+0100) Subject: ci: Fix of SRIOV graphs generation X-Git-Tag: opnfv-5.0.RC1~32 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=6da87d98f88ac23aa379369d573bbd1a8a1fd7b7;p=vswitchperf.git ci: Fix of SRIOV graphs generation Wrong test name was used for SRIOV. Change-Id: Ie07a3bcd162b228d9d6843205a9abf237026f428 Signed-off-by: Martin Klozik --- 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