diff options
author | Ashwini Mhatre <amhatre@redhat.com> | 2021-05-12 00:04:47 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-11 18:34:47 +0000 |
commit | 407eec39119320875ffcdede81155a9a5ed201d7 (patch) | |
tree | 49dc6845763c9fcc082129089c1eebc5cf36968c /tests/sanity/ignore-2.11.txt | |
parent | 6de551224ff6ada0eb7a0a45938d535302a38d7c (diff) | |
download | vyos-ansible-old-407eec39119320875ffcdede81155a9a5ed201d7.tar.gz vyos-ansible-old-407eec39119320875ffcdede81155a9a5ed201d7.zip |
Vyos route maps (#156)
Vyos route maps
Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'tests/sanity/ignore-2.11.txt')
-rw-r--r-- | tests/sanity/ignore-2.11.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/sanity/ignore-2.11.txt b/tests/sanity/ignore-2.11.txt index a44822b..69f4063 100644 --- a/tests/sanity/ignore-2.11.txt +++ b/tests/sanity/ignore-2.11.txt @@ -1,3 +1,6 @@ plugins/action/vyos.py action-plugin-docs # base class for deprecated network platform modules using `connection: local` plugins/module_utils/network/vyos/config/ospf_interfaces/ospf_interfaces.py compile-2.6!skip plugins/module_utils/network/vyos/config/ospf_interfaces/ospf_interfaces.py import-2.6!skip +plugins/module_utils/network/vyos/config/route_maps/route_maps.py compile-2.6!skip +plugins/module_utils/network/vyos/config/route_maps/route_maps.py import-2.6!skip +plugins/modules/vyos_route_maps.py import-2.6!skip |