summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2020-06-23[vyos] Update docs for vyos.ospfv2 (#50)GomathiselviS
[vyos] Update docs for vyos.ospfv2 Reviewed-by: https://github.com/apps/ansible-zuul
2020-06-19Add basic testcase for shortname testing (#35)Ganesh Nalawade
Add basic testcase for shortname testing Reviewed-by: https://github.com/apps/ansible-zuul
2020-06-19Remove # pylint: skip-file usage (#47)0.0.4Paul Belanger
Remove # pylint: skip-file usage Reviewed-by: Paul Belanger https://github.com/pabelanger
2020-06-17[VyOS]: update readme and add .rst files (#44)Rohit
[VyOS]: update readme and add .rst files Reviewed-by: https://github.com/apps/ansible-zuul
2020-06-08Fixes needed for sanity (#40)Paul Belanger
Fixes needed for sanity Reviewed-by: https://github.com/apps/ansible-zuul
2020-05-11comments ncorporatedRohit Thakur
Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
2020-05-11test cases addedRohit Thakur
Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
2020-05-11Merge pull request #17 from rohitthakur2590/vyos_ospfv3ansible-zuul[bot]
VyOS: OSPFv3 Resource Module Reviewed-by: https://github.com/apps/ansible-zuul
2020-05-11Merge pull request #23 from rohitthakur2590/firewall_rules_del_changesansible-zuul[bot]
[VyOS]: Firewall rules Deleted state operation updated Reviewed-by: https://github.com/apps/ansible-zuul
2020-05-11comments incorporatedRohit Thakur
Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
2020-05-09Merge pull request #29 from rohitthakur2590/lldp_global_states_addedansible-zuul[bot]
[VyOS] LLDP global resource module updated with new states Reviewed-by: https://github.com/apps/ansible-zuul
2020-05-08Merge pull request #26 from rohitthakur2590/l3_interfaces_states_addedansible-zuul[bot]
[VyOS] L3 interfaces resource module updated with new states Reviewed-by: https://github.com/apps/ansible-zuul
2020-05-08Merge pull request #28 from rohitthakur2590/lldp_interfaces_states_addedansible-zuul[bot]
[VyOS] LLDP interfaces resource module updated with new states Reviewed-by: Sumit Jaiswal <sjaiswal@redhat.com> https://github.com/justjais
2020-05-08ospfv3 test cases updatedRohit Thakur
Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
2020-05-08test cases updatedRohit Thakur
Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
2020-05-08parsed test updatedRohit Thakur
Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
2020-05-08parsed test case updatedRohit Thakur
Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
2020-05-07Merge pull request #25 from rohitthakur2590/interfaces_states_adddedansible-zuul[bot]
[VyOS] interfaces resource module updated with new states Reviewed-by: https://github.com/apps/ansible-zuul
2020-05-07parsed test updatedRohit Thakur
Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
2020-05-07parsed test updatedRohit Thakur
Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
2020-05-07Merge pull request #30 from rohitthakur2590/static_routes_delete_changesansible-zuul[bot]
[VyOS]: Static routes Deleted state operation updated Reviewed-by: https://github.com/apps/ansible-zuul
2020-05-07Merge pull request #27 from rohitthakur2590/lag_interfaces_states_addedansible-zuul[bot]
[VyOS] LAG interfaces resource module updated with new states Reviewed-by: https://github.com/apps/ansible-zuul
2020-05-06linters fixRohit Thakur
Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
2020-05-06common comments incorporatedRohit Thakur
Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
2020-05-06common comments incorporatedRohit Thakur
Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
2020-05-06common comments incorporatedRohit Thakur
Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
2020-05-06common comments incorporatedRohit Thakur
Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
2020-05-04tox linters fixRohit Thakur
Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
2020-05-04tox linters fixRohit Thakur
Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
2020-05-04tox linters fixRohit Thakur
Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
2020-04-30new states addedRohit Thakur
Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
2020-04-30new states addedRohit Thakur
Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
2020-04-29new states addedRohit Thakur
Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
2020-04-29new states addedRohit Thakur
Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
2020-04-28firewall_rules delete enhancedRohit Thakur
Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com>
2020-04-24Add missing ansible.cfg for integration testingPaul Belanger
Add test dependencies for unit tests. Fix import statement for vyos_static_route unit tests. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2020-03-05Move requirements to top-level directoryPaul Belanger
This removes the dependency on ansible-test to manage our dependencies. Depends-On: https://github.com/ansible/ansible-zuul-jobs/pull/366 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2020-03-02Fix flake8 errors from last sync from ansible/ansiblePaul Belanger
Since ansible/ansible is now frozen, we can prepare to open development on our collections. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2020-03-02Updated from network content collectorCaptTrews
Signed-off-by: CaptTrews <capttrews@gmail.com>
2020-02-25Updated from network content collectorCaptTrews
Signed-off-by: CaptTrews <capttrews@gmail.com>
2020-02-19Updated from network content collectorCaptTrews
Signed-off-by: CaptTrews <capttrews@gmail.com>
2020-01-29Updated from network content collectorCaptTrews
Signed-off-by: CaptTrews <capttrews@gmail.com>
2020-01-16Updated from network content collectorCaptTrews
Signed-off-by: CaptTrews <capttrews@gmail.com>
2019-12-05Updated from network content collectorCaptTrews
Signed-off-by: CaptTrews <capttrews@gmail.com>
2019-12-04Updated from network content collectorCaptTrews
Signed-off-by: CaptTrews <capttrews@gmail.com>
2019-10-01Updated from network content collectorCaptTrews
Signed-off-by: CaptTrews <capttrews@gmail.com>
2019-09-20Updated from network content collectorCaptTrews
Signed-off-by: CaptTrews <capttrews@gmail.com>
2019-09-18Updated from network content collectorCaptTrews
Signed-off-by: CaptTrews <capttrews@gmail.com>
2019-09-13Updated from network content collectorCaptTrews
Signed-off-by: CaptTrews <capttrews@gmail.com>
2019-08-29Updated from network content collectorCaptTrews
Signed-off-by: CaptTrews <capttrews@gmail.com>