diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/sanity/ignore-2.10.txt | 2 | ||||
-rw-r--r-- | tests/sanity/ignore-2.11.txt | 3 | ||||
-rw-r--r-- | tests/sanity/ignore-2.9.txt | 2 |
3 files changed, 7 insertions, 0 deletions
diff --git a/tests/sanity/ignore-2.10.txt b/tests/sanity/ignore-2.10.txt index c835eef8..a44822bd 100644 --- a/tests/sanity/ignore-2.10.txt +++ b/tests/sanity/ignore-2.10.txt @@ -1 +1,3 @@ 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 diff --git a/tests/sanity/ignore-2.11.txt b/tests/sanity/ignore-2.11.txt new file mode 100644 index 00000000..a44822bd --- /dev/null +++ b/tests/sanity/ignore-2.11.txt @@ -0,0 +1,3 @@ +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 diff --git a/tests/sanity/ignore-2.9.txt b/tests/sanity/ignore-2.9.txt index 8f3fd9cf..68064bb3 100644 --- a/tests/sanity/ignore-2.9.txt +++ b/tests/sanity/ignore-2.9.txt @@ -11,3 +11,5 @@ plugins/modules/vyos_lldp.py validate-modules:invalid-documentation # removed_at plugins/modules/vyos_lldp_interface.py validate-modules:deprecation-mismatch # 2.9 expects METADATA plugins/modules/vyos_lldp_interface.py validate-modules:invalid-documentation # removed_at_date not supported in `deprecated` dict 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 |