Implementation of junos_static_route module (#26501)

* Implementation of junos_static_route module

*  junos implementation of net_static_route
*  integration test for junos_static_route
*  integration test for junos net_static_route

* Minor change

* Doc change

* Fix CI issue
This commit is contained in:
Ganesh Nalawade
2017-07-07 13:25:14 +05:30
committed by GitHub
parent 63f4aa3069
commit ba60ac04fc
10 changed files with 479 additions and 1 deletions

View File

@@ -99,8 +99,15 @@
rescue:
- set_fact: test_failed=true
- block:
- include_role:
name: junos_static_route
when: "limit_to in ['*', 'junos_static_route']"
rescue:
- set_fact: test_failed=true
###########
- name: Has any previous test failed?
fail:
msg: "One or more tests failed, check log for details"
when: test_failed
when: test_failed