Code Review
/
vswitchperf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e668c36
)
ci: Fix of SRIOV graphs generation
85/36085/1
author
Martin Klozik
<martinx.klozik@intel.com>
Wed, 14 Jun 2017 05:57:07 +0000
(06:57 +0100)
committer
Martin Klozik
<martinx.klozik@intel.com>
Wed, 14 Jun 2017 05:57:07 +0000
(06:57 +0100)
Wrong test name was used for SRIOV.
Change-Id: Ie07a3bcd162b228d9d6843205a9abf237026f428
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
ci/build-vsperf.sh
patch
|
blob
|
history
diff --git
a/ci/build-vsperf.sh
b/ci/build-vsperf.sh
index
dc7e6ec
..
3ad6707
100755
(executable)
--- 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