0d7e6b113c
- update plot plugin to use convert xml - update test cases Change-Id: I37fff234992dd419222459e808d022bfcf1a8215 Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
62 lines
2.1 KiB
XML
62 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<hudson.plugins.plot.PlotPublisher>
|
|
<plots>
|
|
<hudson.plugins.plot.Plot>
|
|
<title>MyPlot</title>
|
|
<yaxis>Y</yaxis>
|
|
<width>750</width>
|
|
<height>450</height>
|
|
<csvFileName>myplot.csv</csvFileName>
|
|
<group>PlotGroup</group>
|
|
<useDescr>false</useDescr>
|
|
<exclZero>true</exclZero>
|
|
<logarithmic>true</logarithmic>
|
|
<keepRecords>false</keepRecords>
|
|
<numBuilds/>
|
|
<style>line</style>
|
|
<series>
|
|
<hudson.plugins.plot.PropertiesSeries>
|
|
<file>graph-me-second.properties</file>
|
|
<label>MyLabel</label>
|
|
<fileType>properties</fileType>
|
|
</hudson.plugins.plot.PropertiesSeries>
|
|
<hudson.plugins.plot.CSVSeries>
|
|
<file>graph-me-first.csv</file>
|
|
<inclusionFlag>OFF</inclusionFlag>
|
|
<exclusionValues/>
|
|
<url>http://srv1</url>
|
|
<displayTableFlag>true</displayTableFlag>
|
|
<fileType>csv</fileType>
|
|
</hudson.plugins.plot.CSVSeries>
|
|
</series>
|
|
</hudson.plugins.plot.Plot>
|
|
<hudson.plugins.plot.Plot>
|
|
<title>MyPlot2</title>
|
|
<yaxis>Y</yaxis>
|
|
<width>750</width>
|
|
<height>450</height>
|
|
<csvFileName>myplot2.csv</csvFileName>
|
|
<group>PlotGroup</group>
|
|
<useDescr>false</useDescr>
|
|
<exclZero>false</exclZero>
|
|
<logarithmic>false</logarithmic>
|
|
<keepRecords>false</keepRecords>
|
|
<numBuilds/>
|
|
<style>line</style>
|
|
<series>
|
|
<hudson.plugins.plot.XMLSeries>
|
|
<file>graph-me-third.xml</file>
|
|
<url>http://srv2</url>
|
|
<xpathString>/*</xpathString>
|
|
<nodeTypeString>NODE</nodeTypeString>
|
|
<fileType>xml</fileType>
|
|
</hudson.plugins.plot.XMLSeries>
|
|
</series>
|
|
</hudson.plugins.plot.Plot>
|
|
</plots>
|
|
</hudson.plugins.plot.PlotPublisher>
|
|
</publishers>
|
|
</project>
|