From a453ac31f3428614cceb99027f8efbdb9258a40b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 May 2024 22:03:01 +0200 Subject: Adding upstream version 2.10.7+merged+base+2.10.8+dfsg. Signed-off-by: Daniel Baumann --- .../dellemc/os9/tests/sanity/ignore-2.10.txt | 3 +++ .../dellemc/os9/tests/sanity/ignore-2.11.txt | 3 +++ .../dellemc/os9/tests/sanity/ignore-2.9.txt | 31 ++++++++++++++++++++++ .../dellemc/os9/tests/sanity/requirements.txt | 4 +++ 4 files changed, 41 insertions(+) create mode 100644 collections-debian-merged/ansible_collections/dellemc/os9/tests/sanity/ignore-2.10.txt create mode 100644 collections-debian-merged/ansible_collections/dellemc/os9/tests/sanity/ignore-2.11.txt create mode 100644 collections-debian-merged/ansible_collections/dellemc/os9/tests/sanity/ignore-2.9.txt create mode 100644 collections-debian-merged/ansible_collections/dellemc/os9/tests/sanity/requirements.txt (limited to 'collections-debian-merged/ansible_collections/dellemc/os9/tests/sanity') diff --git a/collections-debian-merged/ansible_collections/dellemc/os9/tests/sanity/ignore-2.10.txt b/collections-debian-merged/ansible_collections/dellemc/os9/tests/sanity/ignore-2.10.txt new file mode 100644 index 00000000..592af832 --- /dev/null +++ b/collections-debian-merged/ansible_collections/dellemc/os9/tests/sanity/ignore-2.10.txt @@ -0,0 +1,3 @@ +plugins/action/os9.py action-plugin-docs +plugins/modules/os9_config.py validate-modules:parameter-list-no-elements +plugins/modules/os9_facts.py validate-modules:parameter-list-no-elements \ No newline at end of file diff --git a/collections-debian-merged/ansible_collections/dellemc/os9/tests/sanity/ignore-2.11.txt b/collections-debian-merged/ansible_collections/dellemc/os9/tests/sanity/ignore-2.11.txt new file mode 100644 index 00000000..592af832 --- /dev/null +++ b/collections-debian-merged/ansible_collections/dellemc/os9/tests/sanity/ignore-2.11.txt @@ -0,0 +1,3 @@ +plugins/action/os9.py action-plugin-docs +plugins/modules/os9_config.py validate-modules:parameter-list-no-elements +plugins/modules/os9_facts.py validate-modules:parameter-list-no-elements \ No newline at end of file diff --git a/collections-debian-merged/ansible_collections/dellemc/os9/tests/sanity/ignore-2.9.txt b/collections-debian-merged/ansible_collections/dellemc/os9/tests/sanity/ignore-2.9.txt new file mode 100644 index 00000000..03b3631a --- /dev/null +++ b/collections-debian-merged/ansible_collections/dellemc/os9/tests/sanity/ignore-2.9.txt @@ -0,0 +1,31 @@ +plugins/module_utils/network/dellos9/dellos9.py future-import-boilerplate +plugins/module_utils/network/dellos9/dellos9.py metaclass-boilerplate +plugins/modules/dellos9_command.py validate-modules:doc-default-does-not-match-spec +plugins/modules/dellos9_command.py validate-modules:doc-missing-type +plugins/modules/dellos9_command.py validate-modules:doc-required-mismatch +plugins/modules/dellos9_command.py validate-modules:parameter-list-no-elements +plugins/modules/dellos9_command.py validate-modules:parameter-type-not-in-doc +plugins/modules/dellos9_command.py validate-modules:undocumented-parameter +plugins/modules/dellos9_config.py validate-modules:doc-default-does-not-match-spec +plugins/modules/dellos9_config.py validate-modules:doc-missing-type +plugins/modules/dellos9_config.py validate-modules:doc-required-mismatch +plugins/modules/dellos9_config.py validate-modules:parameter-list-no-elements +plugins/modules/dellos9_config.py validate-modules:parameter-type-not-in-doc +plugins/modules/dellos9_config.py validate-modules:undocumented-parameter +plugins/modules/dellos9_facts.py validate-modules:doc-default-does-not-match-spec +plugins/modules/dellos9_facts.py validate-modules:doc-missing-type +plugins/modules/dellos9_facts.py validate-modules:doc-required-mismatch +plugins/modules/dellos9_facts.py validate-modules:parameter-list-no-elements +plugins/modules/dellos9_facts.py validate-modules:parameter-type-not-in-doc +plugins/modules/dellos9_facts.py validate-modules:undocumented-parameter +plugins/action/dellos9.py action-plugin-docs # base class for deprecated network platform modules using `connection: local` +plugins/doc_fragments/dellos9.py future-import-boilerplate +plugins/doc_fragments/dellos9.py metaclass-boilerplate +tests/unit/mock/path.py future-import-boilerplate +tests/unit/mock/path.py metaclass-boilerplate +tests/unit/mock/yaml_helper.py future-import-boilerplate +tests/unit/mock/yaml_helper.py metaclass-boilerplate +tests/unit/modules/conftest.py future-import-boilerplate +tests/unit/modules/conftest.py metaclass-boilerplate +tests/unit/modules/utils.py future-import-boilerplate +tests/unit/modules/utils.py metaclass-boilerplate \ No newline at end of file diff --git a/collections-debian-merged/ansible_collections/dellemc/os9/tests/sanity/requirements.txt b/collections-debian-merged/ansible_collections/dellemc/os9/tests/sanity/requirements.txt new file mode 100644 index 00000000..3e3a9669 --- /dev/null +++ b/collections-debian-merged/ansible_collections/dellemc/os9/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+ -- cgit v1.2.3