Commit graph

11 commits

Author SHA1 Message Date
Ganesh Nalawade
1c8c51d05c
Fix junos integration failures ()
*  Add connection=netconf in individual roles for modules that run using netconf connection
plugin
*  Add connection=network_cli for junos_netconf and junos_command
at applicable places
2018-01-08 17:58:47 +05:30
Matt Martz
4fe08441be Deprecate tests used as filters ()
* Warn on tests used as filters

* Update docs, add aliases for tests that fit more gramatically with test syntax

* Fix rst formatting

* Add successful filter, alias of success

* Remove renamed_deprecation, it was overkill

* Make directory alias for is_dir

* Update tests to use proper jinja test syntax

* Update additional documentation, living outside of YAML files, to reflect proper jinja test syntax

* Add conversion script, porting guide updates, and changelog updates

* Update newly added uses of tests as filters

* No underscore variable

* Convert recent tests as filter changes to win_stat

* Fix some changes related to rebasing a few integration tests

* Make tests_as_filters_warning explicitly accept the name of the test, instead of inferring the name

* Add test for tests_as_filters_warning

* Update tests as filters in newly added/modified tests

* Address recent changes to several integration tests

* Address recent changes in cs_vpc
2017-11-27 17:58:08 -05:00
Ganesh Nalawade
7d8a4b13a5 Fix junos_vlan integration test failure () 2017-08-24 21:03:04 -04:00
Ganesh Nalawade
c4b9dfe542 Remove default description in network DI modules () 2017-08-19 00:09:01 +05:30
Ganesh Nalawade
0c4706897c Fix minor issue in junos_vlan () 2017-08-15 18:41:53 +05:30
Ganesh Nalawade
711a6b2326 Add common aggregate arguments for junos modules ()
If parameter value in aggregate is not set, fetch it's corresponding
value from top level parameters.
2017-08-14 10:17:03 +05:30
Ganesh Nalawade
181b31e282 junos integration test fixes for dci () 2017-08-04 18:46:57 +05:30
Ganesh Nalawade
d3e5d30f7c Add aggregate for junos modules and sub spec validation ()
* Add aggregate for junos modules and sub spec validation

*  aggregate support of junos modules
*  aggregate sub spec validation
*  relevant changes to junos integration test
*  junos module boilerplate changes

* Add new boilerplate for junos modules

* Fix CI issues
2017-08-04 14:55:58 +05:30
Ganesh Nalawade
911a7e085e Add active param to junos declarative modules ()
*  active/deactivate configuration capability
*  integration test refactor
2017-06-29 10:18:35 +05:30
Ganesh Nalawade
450263e934 Add junos_banner declartive module ()
* Add junos_banner declartive module

*  junos_banner implementation
*  Integration test for junos_banner
*  Integration test for net_banner (junos)
*  Minor fixes

* Minor doc change
2017-06-18 01:32:48 +05:30
Ganesh Nalawade
b69c7f50d0 Add junos_vlan platform agnostic module ()
* Add junos_vlan platform agnostic module

*  junos_vlan implementation

*  integration test for junos_vlan

* Minor fixes

* Fix Integration test failure
2017-06-14 14:23:52 +05:30