summaryrefslogtreecommitdiffstats
path: root/collections-debian-merged/ansible_collections/arista/eos/tests/sanity
diff options
context:
space:
mode:
Diffstat (limited to 'collections-debian-merged/ansible_collections/arista/eos/tests/sanity')
-rw-r--r--collections-debian-merged/ansible_collections/arista/eos/tests/sanity/ignore-2.10.txt3
-rw-r--r--collections-debian-merged/ansible_collections/arista/eos/tests/sanity/ignore-2.11.txt3
-rw-r--r--collections-debian-merged/ansible_collections/arista/eos/tests/sanity/ignore-2.9.txt15
-rw-r--r--collections-debian-merged/ansible_collections/arista/eos/tests/sanity/requirements.txt4
4 files changed, 25 insertions, 0 deletions
diff --git a/collections-debian-merged/ansible_collections/arista/eos/tests/sanity/ignore-2.10.txt b/collections-debian-merged/ansible_collections/arista/eos/tests/sanity/ignore-2.10.txt
new file mode 100644
index 00000000..9d3adff8
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/arista/eos/tests/sanity/ignore-2.10.txt
@@ -0,0 +1,3 @@
+plugins/action/eos.py action-plugin-docs # base class for deprecated network platform modules using `connection: local`
+plugins/modules/eos_bgp.py validate-modules:deprecation-mismatch # 2.9 expects METADATA
+plugins/modules/eos_bgp.py validate-modules:invalid-documentation # removed_at_date not supported in `deprecated` dict
diff --git a/collections-debian-merged/ansible_collections/arista/eos/tests/sanity/ignore-2.11.txt b/collections-debian-merged/ansible_collections/arista/eos/tests/sanity/ignore-2.11.txt
new file mode 100644
index 00000000..9d3adff8
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/arista/eos/tests/sanity/ignore-2.11.txt
@@ -0,0 +1,3 @@
+plugins/action/eos.py action-plugin-docs # base class for deprecated network platform modules using `connection: local`
+plugins/modules/eos_bgp.py validate-modules:deprecation-mismatch # 2.9 expects METADATA
+plugins/modules/eos_bgp.py validate-modules:invalid-documentation # removed_at_date not supported in `deprecated` dict
diff --git a/collections-debian-merged/ansible_collections/arista/eos/tests/sanity/ignore-2.9.txt b/collections-debian-merged/ansible_collections/arista/eos/tests/sanity/ignore-2.9.txt
new file mode 100644
index 00000000..069aadfd
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/arista/eos/tests/sanity/ignore-2.9.txt
@@ -0,0 +1,15 @@
+plugins/modules/eos_interface.py validate-modules:deprecation-mismatch # 2.9 expects METADATA
+plugins/modules/eos_interface.py validate-modules:invalid-documentation # removed_at_date not supported in `deprecated` dict
+plugins/modules/eos_l2_interface.py validate-modules:deprecation-mismatch # 2.9 expects METADATA
+plugins/modules/eos_l2_interface.py validate-modules:invalid-documentation # removed_at_date not supported in `deprecated` dict
+plugins/modules/eos_l3_interface.py validate-modules:deprecation-mismatch # 2.9 expects METADATA
+plugins/modules/eos_l3_interface.py validate-modules:invalid-documentation # removed_at_date not supported in `deprecated` dict
+plugins/modules/eos_linkagg.py validate-modules:deprecation-mismatch # 2.9 expects METADATA
+plugins/modules/eos_linkagg.py validate-modules:invalid-documentation # removed_at_date not supported in `deprecated` dict
+plugins/modules/eos_static_route.py validate-modules:deprecation-mismatch # 2.9 expects METADATA
+plugins/modules/eos_static_route.py validate-modules:invalid-documentation # removed_at_date not supported in `deprecated` dict
+plugins/modules/eos_vlan.py validate-modules:deprecation-mismatch # 2.9 expects METADATA
+plugins/modules/eos_vlan.py validate-modules:invalid-documentation # removed_at_date not supported in `deprecated` dict
+plugins/modules/eos_bgp.py validate-modules:deprecation-mismatch # 2.9 expects METADATA
+plugins/modules/eos_bgp.py validate-modules:invalid-documentation # removed_at_date not supported in `deprecated` dict
+plugins/action/eos.py action-plugin-docs # base class for deprecated network platform modules using `connection: local`
diff --git a/collections-debian-merged/ansible_collections/arista/eos/tests/sanity/requirements.txt b/collections-debian-merged/ansible_collections/arista/eos/tests/sanity/requirements.txt
new file mode 100644
index 00000000..3e3a9669
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/arista/eos/tests/sanity/requirements.txt
@@ -0,0 +1,4 @@
+packaging # needed for update-bundled and changelog
+sphinx ; python_version >= '3.5' # docs build requires python 3+
+sphinx-notfound-page ; python_version >= '3.5' # docs build requires python 3+
+straight.plugin ; python_version >= '3.5' # needed for hacking/build-ansible.py which will host changelog generation and requires python 3+