summaryrefslogtreecommitdiffstats
path: root/collections-debian-merged/ansible_collections/arista/eos/tests/sanity
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 20:03:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 20:03:01 +0000
commita453ac31f3428614cceb99027f8efbdb9258a40b (patch)
treef61f87408f32a8511cbd91799f9cececb53e0374 /collections-debian-merged/ansible_collections/arista/eos/tests/sanity
parentInitial commit. (diff)
downloadansible-a453ac31f3428614cceb99027f8efbdb9258a40b.tar.xz
ansible-a453ac31f3428614cceb99027f8efbdb9258a40b.zip
Adding upstream version 2.10.7+merged+base+2.10.8+dfsg.upstream/2.10.7+merged+base+2.10.8+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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+