Fix plot publisher tests
Change-Id: Ic76ddc26478346c07f3927b44876d581273e7b8f
This commit is contained in:
parent
47d328d756
commit
6061bc97c6
@ -4160,7 +4160,7 @@ def plot(registry, xml_parent, data):
|
||||
exclude_string
|
||||
XML.SubElement(subserie, 'url').text = serie.get('url', '')
|
||||
XML.SubElement(subserie, 'displayTableFlag').text = \
|
||||
str(plot.get('display-table', False)).lower()
|
||||
str(serie.get('display-table', False)).lower()
|
||||
if format_data == 'xml':
|
||||
XML.SubElement(subserie, 'url').text = serie.get('url', '')
|
||||
XML.SubElement(subserie, 'xpathString').text = \
|
||||
|
@ -20,7 +20,7 @@
|
||||
<inclusionFlag>OFF</inclusionFlag>
|
||||
<exclusionValues/>
|
||||
<url>http://srv1</url>
|
||||
<displayTableFlag>false</displayTableFlag>
|
||||
<displayTableFlag>true</displayTableFlag>
|
||||
<fileType>csv</fileType>
|
||||
</hudson.plugins.plot.CSVSeries>
|
||||
</series>
|
||||
|
Loading…
Reference in New Issue
Block a user