summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGomathiselviS <gomathiselvi@gmail.com>2021-02-18 15:26:33 -0500
committerGitHub <noreply@github.com>2021-02-18 20:26:33 +0000
commitb739944aabe5d3c287a89544fc365382d2719070 (patch)
treec612c86a6913549c05ab813fd85744c6807b9c5c /tests
parent4e8356f7ae00e55ea7554b9c817141035e40826b (diff)
downloadvyos-ansible-old-b739944aabe5d3c287a89544fc365382d2719070.tar.gz
vyos-ansible-old-b739944aabe5d3c287a89544fc365382d2719070.zip
Fix test-sanity-docker failures (#124)
Fix test-sanity-docker failures Reviewed-by: Nathaniel Case <this.is@nathanielca.se> https://github.com/Qalthos
Diffstat (limited to 'tests')
-rw-r--r--tests/sanity/ignore-2.10.txt2
-rw-r--r--tests/sanity/ignore-2.11.txt3
-rw-r--r--tests/sanity/ignore-2.9.txt2
3 files changed, 7 insertions, 0 deletions
diff --git a/tests/sanity/ignore-2.10.txt b/tests/sanity/ignore-2.10.txt
index c835eef..a44822b 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 0000000..a44822b
--- /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 8f3fd9c..68064bb 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