summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2016-08-08 11:07:26 +0100
committerpmikus <pmikus@cisco.com>2016-08-08 11:07:26 +0100
commit4f6acfff60e46fee9c638ed850a1ee7ad384e952 (patch)
tree934a0b2ec5b7be6f7fe10f6e9e6779747954b881
parent2d92f83411bc14e16d764c1100dc3144da324b61 (diff)
FIX: Plot data file in csit-vpp-verify-perf-master-nightly-all
Fix file path for plot data file Change-Id: I28f72aa14e83f961beb7f4c7a55b071dffff7850 Signed-off-by: pmikus <pmikus@cisco.com>
-rw-r--r--jjb/csit/csit.yaml24
1 files changed, 12 insertions, 12 deletions
diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml
index 10ee8ea53..faf40fc56 100644
--- a/jjb/csit/csit.yaml
+++ b/jjb/csit/csit.yaml
@@ -548,7 +548,7 @@
keep-records: True
csv-file-name: 'csit-vpp-verify-master-nightly-1.csv'
series:
- - file: 'csit/output.xml'
+ - file: 'csit/output_perf_data.xml'
format: xml
xpath-type: 'nodeset'
xpath: '//*[@framesize="64" and contains(@tags,"NDR") and @workerthreads="1"]'
@@ -559,7 +559,7 @@
keep-records: True
csv-file-name: 'csit-vpp-verify-master-nightly-2.csv'
series:
- - file: 'csit/output.xml'
+ - file: 'csit/output_perf_data.xml'
format: xml
xpath-type: 'nodeset'
xpath: '//*[@framesize="78" and contains(@tags,"NDR") and @workerthreads="1"]'
@@ -570,7 +570,7 @@
keep-records: True
csv-file-name: 'csit-vpp-verify-master-nightly-3.csv'
series:
- - file: 'csit/output.xml'
+ - file: 'csit/output_perf_data.xml'
format: xml
xpath-type: 'nodeset'
xpath: '//*[@framesize="64" and contains(@tags,"NDR") and @workerthreads="2"]'
@@ -581,7 +581,7 @@
keep-records: True
csv-file-name: 'csit-vpp-verify-master-nightly-4.csv'
series:
- - file: 'csit/output.xml'
+ - file: 'csit/output_perf_data.xml'
format: xml
xpath-type: 'nodeset'
xpath: '//*[@framesize="78" and contains(@tags,"NDR") and @workerthreads="2"]'
@@ -592,7 +592,7 @@
keep-records: True
csv-file-name: 'csit-vpp-verify-master-nightly-5.csv'
series:
- - file: 'csit/output.xml'
+ - file: 'csit/output_perf_data.xml'
format: xml
xpath-type: 'nodeset'
xpath: '//*[@framesize="64" and contains(@tags,"NDR") and @workerthreads="4"]'
@@ -603,7 +603,7 @@
keep-records: True
csv-file-name: 'csit-vpp-verify-master-nightly-6.csv'
series:
- - file: 'csit/output.xml'
+ - file: 'csit/output_perf_data.xml'
format: xml
xpath-type: 'nodeset'
xpath: '//*[@framesize="78" and contains(@tags,"NDR") and @workerthreads="4"]'
@@ -614,7 +614,7 @@
keep-records: True
csv-file-name: 'csit-vpp-verify-master-nightly-7.csv'
series:
- - file: 'csit/output.xml'
+ - file: 'csit/output_perf_data.xml'
format: xml
xpath-type: 'nodeset'
xpath: '//*[@framesize="64" and contains(@tags,"PDR") and @workerthreads="1"]'
@@ -625,7 +625,7 @@
keep-records: True
csv-file-name: 'csit-vpp-verify-master-nightly-8.csv'
series:
- - file: 'csit/output.xml'
+ - file: 'csit/output_perf_data.xml'
format: xml
xpath-type: 'nodeset'
xpath: '//*[@framesize="78" and contains(@tags,"PDR") and @workerthreads="1"]'
@@ -636,7 +636,7 @@
keep-records: True
csv-file-name: 'csit-vpp-verify-master-nightly-9.csv'
series:
- - file: 'csit/output.xml'
+ - file: 'csit/output_perf_data.xml'
format: xml
xpath-type: 'nodeset'
xpath: '//*[@framesize="64" and contains(@tags,"PDR") and @workerthreads="2"]'
@@ -647,7 +647,7 @@
keep-records: True
csv-file-name: 'csit-vpp-verify-master-nightly-10.csv'
series:
- - file: 'csit/output.xml'
+ - file: 'csit/output_perf_data.xml'
format: xml
xpath-type: 'nodeset'
xpath: '//*[@framesize="78" and contains(@tags,"PDR") and @workerthreads="2"]'
@@ -658,7 +658,7 @@
keep-records: True
csv-file-name: 'csit-vpp-verify-master-nightly-11.csv'
series:
- - file: 'csit/output.xml'
+ - file: 'csit/output_perf_data.xml'
format: xml
xpath-type: 'nodeset'
xpath: '//*[@framesize="64" and contains(@tags,"PDR") and @workerthreads="4"]'
@@ -669,7 +669,7 @@
keep-records: True
csv-file-name: 'csit-vpp-verify-master-nightly-12.csv'
series:
- - file: 'csit/output.xml'
+ - file: 'csit/output_perf_data.xml'
format: xml
xpath-type: 'nodeset'
xpath: '//*[@framesize="78" and contains(@tags,"PDR") and @workerthreads="4"]'