Commit Graph

6 Commits

Author SHA1 Message Date
Dong Ma 0d7e6b113c
Update plot plugin
- update plot plugin to use convert xml
- update test cases

Change-Id: I37fff234992dd419222459e808d022bfcf1a8215
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2017-07-31 16:17:29 -04:00
Jef Mallal 6061bc97c6 Fix plot publisher tests
Change-Id: Ic76ddc26478346c07f3927b44876d581273e7b8f
2016-11-21 11:52:07 -07:00
Drew Rothstein dff22236d4 Adds height and width support to the Plot Publisher
Height and width are supported by the Plot Plugin today but
not made available in the Publisher.  This adds support for
both with the same defaults that exist in the plugin.

This allows users to configure a height and width as desired.

Change-Id: I1846e73d2fc3f6a9f651646b74cd3af6f85aee6d
2016-11-13 09:32:21 -08:00
Somay Jain e6714f92af Support for more configurable options in Plots Plugin
* Added support for excluding default zero value from yaxis
* Added support for using logarithmic scale in the yaxis

Change-Id: Ie489a7dd934c6191add6e7108a510aac93d52f48
2015-06-06 01:00:27 +05:30
Thanh Ha 877bf8d3a4
Add support for keep-records parameter for plots-plugin
Change-Id: I6512a93c17f698477235a729fe9727ae09338aba
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2015-06-02 15:07:30 -04:00
Darragh Bailey 09c0224fb2 Convert all inline publisher examples to tests
Convert all publisher examples to unit tests and use literalinclude to
have sphinx automatically inline the test file contents. Replace
mavendeploy test with more complete version from the code and include
some tests from files that were identical to the inline example.

Enable yaml syntax highlighting for existing examples for consistent
display of docstrings across the publishers module.

In turn fix any python 3 compatibility issues highlighted by the
additional tests executing previously unexercised code paths.

Change-Id: Ic0fd39dee0121c0c22a932fd455dccc5344893b2
2015-03-21 11:18:02 +00:00