diff options
Diffstat (limited to 'ansible_collections/dellemc/os6/tests/sanity')
4 files changed, 0 insertions, 13 deletions
diff --git a/ansible_collections/dellemc/os6/tests/sanity/ignore-2.10.txt b/ansible_collections/dellemc/os6/tests/sanity/ignore-2.10.txt deleted file mode 100644 index 6945f1c26..000000000 --- a/ansible_collections/dellemc/os6/tests/sanity/ignore-2.10.txt +++ /dev/null @@ -1,4 +0,0 @@ -plugins/action/os6.py action-plugin-docs -plugins/modules/os6_config.py validate-modules:parameter-list-no-elements -plugins/modules/os6_facts.py validate-modules:parameter-list-no-elements -plugins/modules/os6_command.py validate-modules:parameter-list-no-elements diff --git a/ansible_collections/dellemc/os6/tests/sanity/ignore-2.11.txt b/ansible_collections/dellemc/os6/tests/sanity/ignore-2.11.txt deleted file mode 100644 index 91049edca..000000000 --- a/ansible_collections/dellemc/os6/tests/sanity/ignore-2.11.txt +++ /dev/null @@ -1,4 +0,0 @@ -plugins/action/os6.py action-plugin-docs -plugins/modules/os6_config.py validate-modules:parameter-list-no-elements -plugins/modules/os6_facts.py validate-modules:parameter-list-no-elements -plugins/modules/os6_command.py validate-modules:parameter-list-no-elements
\ No newline at end of file diff --git a/ansible_collections/dellemc/os6/tests/sanity/ignore-2.9.txt b/ansible_collections/dellemc/os6/tests/sanity/ignore-2.9.txt deleted file mode 100644 index 99f52d2e9..000000000 --- a/ansible_collections/dellemc/os6/tests/sanity/ignore-2.9.txt +++ /dev/null @@ -1 +0,0 @@ -plugins/action/os6.py action-plugin-docs
\ No newline at end of file diff --git a/ansible_collections/dellemc/os6/tests/sanity/requirements.txt b/ansible_collections/dellemc/os6/tests/sanity/requirements.txt deleted file mode 100644 index 3e3a96692..000000000 --- a/ansible_collections/dellemc/os6/tests/sanity/requirements.txt +++ /dev/null @@ -1,4 +0,0 @@ -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+ |