Insert missing __init__.py to ensure xml_config tests run and update
call to `expandYaml` to handle multiple item return.
Change-Id: I8e409126556196f09a348d98a39ae9ca16245860
- update jabber plugin to use convert xml
- add plugin="jabber" and plugin="instant-messaging" attribute
- update test cases
- add new notification strategy option
Change-Id: I221f75f30e611ca206041be6f9a86e4075f6bb8d
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
Plugins can use get_plugin_config() which will search in a plugin
namespace. For example:
[plugin "hipchat"]
authtoken = 123token
- Updated hipchat plugin to use get_plugin_config()
- Updated stash plugin to use get_plugin_config()
- Backwards compatibility is kept by falling back to the old
configuration setting if the new one is not found.
- Warning is displayed if the old configuration method is used.
Change-Id: I7cff063e2d179a5d9a3f221c85de6864382bc477
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
using python's "input" rather than "raw_input" raise exception
since the user's input is interpreted.
In python 3.x raw_input = input, so the interpertation bug
only exists in python 2.x
Change-Id: I28781a8742d6e03bc850fd0178f317474603a9d2
- update performance plugin to use convert xml
- add new parameters for performance plugin
- update test cases
- add plugin="performance" attribute
Change-Id: Ice3420d3413d85daf4e6f678011382788e2bdd97
- update mailer plugin to use convert xml
- add plugin="mailer" attribute
- update doc to 4 space indent syntax
Change-Id: Ib1fd30c4e1a82a0649e452b9bf03136d1e7c5ca6
- update doc options to have default value
- update doc to 4 space indent syntax
- add plugin="checkstyle" attribute
Change-Id: Ic2676a978889deb145af975a38293e7b77e6625b
- update cucumber-testresult plugin to use convert xml
- add plugin="cucumber-testresult-plugin" attribute
- add new parameter 'ignore-bad-steps' support
- update test cases
Change-Id: I8ef353fea030dc0aab0cf9f006fdc84c72834ee7