diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:35 +0000 |
commit | 7fec0b69a082aaeec72fee0612766aa42f6b1b4d (patch) | |
tree | efb569b86ca4da888717f5433e757145fa322e08 /ansible_collections/junipernetworks/junos/tests/sanity | |
parent | Releasing progress-linux version 7.7.0+dfsg-3~progress7.99u1. (diff) | |
download | ansible-7fec0b69a082aaeec72fee0612766aa42f6b1b4d.tar.xz ansible-7fec0b69a082aaeec72fee0612766aa42f6b1b4d.zip |
Merging upstream version 9.4.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/junipernetworks/junos/tests/sanity')
7 files changed, 4 insertions, 8 deletions
diff --git a/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.12.txt b/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.12.txt index 95ef681f4..ed6d78dfe 100644 --- a/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.12.txt +++ b/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.12.txt @@ -1,3 +1 @@ plugins/action/junos.py action-plugin-docs # base class for deprecated network platform modules using `connection: local` -plugins/cliconf/junos.py pylint:arguments-renamed -tests/unit/mock/loader.py pylint:arguments-renamed diff --git a/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.13.txt b/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.13.txt index 95ef681f4..ed6d78dfe 100644 --- a/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.13.txt +++ b/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.13.txt @@ -1,3 +1 @@ plugins/action/junos.py action-plugin-docs # base class for deprecated network platform modules using `connection: local` -plugins/cliconf/junos.py pylint:arguments-renamed -tests/unit/mock/loader.py pylint:arguments-renamed diff --git a/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.14.txt b/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.14.txt index 95ef681f4..ed6d78dfe 100644 --- a/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.14.txt +++ b/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.14.txt @@ -1,3 +1 @@ plugins/action/junos.py action-plugin-docs # base class for deprecated network platform modules using `connection: local` -plugins/cliconf/junos.py pylint:arguments-renamed -tests/unit/mock/loader.py pylint:arguments-renamed diff --git a/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.15.txt b/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.15.txt index 95ef681f4..ed6d78dfe 100644 --- a/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.15.txt +++ b/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.15.txt @@ -1,3 +1 @@ plugins/action/junos.py action-plugin-docs # base class for deprecated network platform modules using `connection: local` -plugins/cliconf/junos.py pylint:arguments-renamed -tests/unit/mock/loader.py pylint:arguments-renamed diff --git a/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.16.txt b/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.16.txt new file mode 100644 index 000000000..ed6d78dfe --- /dev/null +++ b/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.16.txt @@ -0,0 +1 @@ +plugins/action/junos.py action-plugin-docs # base class for deprecated network platform modules using `connection: local` diff --git a/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.17.txt b/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.17.txt new file mode 100644 index 000000000..ed6d78dfe --- /dev/null +++ b/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.17.txt @@ -0,0 +1 @@ +plugins/action/junos.py action-plugin-docs # base class for deprecated network platform modules using `connection: local` diff --git a/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.9.txt b/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.9.txt index 127be176d..e6e2e3680 100644 --- a/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.9.txt +++ b/ansible_collections/junipernetworks/junos/tests/sanity/ignore-2.9.txt @@ -1,3 +1,5 @@ plugins/action/junos.py action-plugin-docs # base class for deprecated network platform modules using `connection: local` plugins/modules/junos_logging.py validate-modules:deprecation-mismatch # 2.9 expects METADATA plugins/modules/junos_logging.py validate-modules:invalid-documentation # removed_at_date not supported in `deprecated` dict +plugins/modules/junos_scp.py validate-modules:deprecation-mismatch # 2.9 expects METADATA +plugins/modules/junos_scp.py validate-modules:invalid-documentation # removed_at_date not supported in `deprecated` dict |