From 687ee8cc55d27383bbdd79cdc9ac625d30aeaaf9 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Thu, 7 Apr 2022 09:12:32 +0200 Subject: [PATCH 1/3] Sanity tests: copy ignore-2.13.txt to ignore-2.14.txt --- tests/sanity/ignore-2.14.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/sanity/ignore-2.14.txt diff --git a/tests/sanity/ignore-2.14.txt b/tests/sanity/ignore-2.14.txt new file mode 100644 index 0000000..6945f1c --- /dev/null +++ b/tests/sanity/ignore-2.14.txt @@ -0,0 +1,4 @@ +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 From acfe5389805ae6e145773c94d18e9e9bc9beb03b Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Fri, 22 Apr 2022 09:43:17 +0200 Subject: [PATCH 2/3] Fix sanity --- plugins/cliconf/os6.py | 2 +- plugins/modules/os6_command.py | 2 +- plugins/modules/os6_facts.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/cliconf/os6.py b/plugins/cliconf/os6.py index 9181b21..fb7a337 100644 --- a/plugins/cliconf/os6.py +++ b/plugins/cliconf/os6.py @@ -23,7 +23,7 @@ DOCUMENTATION = """ --- -cliconf: os6 +name: os6 short_description: Use os6 cliconf to run command on Dell OS6 platform description: - This os6 plugin provides low level abstraction apis for diff --git a/plugins/modules/os6_command.py b/plugins/modules/os6_command.py index 99df001..cfe000a 100644 --- a/plugins/modules/os6_command.py +++ b/plugins/modules/os6_command.py @@ -24,7 +24,7 @@ argument that will cause the module to wait for a specific condition before returning or timing out if the condition is not met. - This module does not support running commands in configuration mode. - Please use M(dellemc_os6_os6_config) to configure OS6 devices. + Please use M(dellemc.os6.dellemc_os6_os6_config) to configure OS6 devices. extends_documentation_fragment: dellemc.os6.os6 options: commands: diff --git a/plugins/modules/os6_facts.py b/plugins/modules/os6_facts.py index ce439ad..4c41e33 100644 --- a/plugins/modules/os6_facts.py +++ b/plugins/modules/os6_facts.py @@ -32,7 +32,7 @@ to a given subset. Possible values for this argument include all, hardware, config, and interfaces. Can specify a list of values to include a larger subset. Values can also be used - with an initial C(M(!)) to specify that a specific subset should + with an initial C(!) to specify that a specific subset should not be collected. type: list default: [ '!config' ] From d966c89b5e9c1bf1d9afc005e58dfcdbbb4584bd Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Fri, 22 Apr 2022 09:48:27 +0200 Subject: [PATCH 3/3] Fix --- plugins/modules/os6_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/os6_command.py b/plugins/modules/os6_command.py index cfe000a..7145221 100644 --- a/plugins/modules/os6_command.py +++ b/plugins/modules/os6_command.py @@ -24,7 +24,7 @@ argument that will cause the module to wait for a specific condition before returning or timing out if the condition is not met. - This module does not support running commands in configuration mode. - Please use M(dellemc.os6.dellemc_os6_os6_config) to configure OS6 devices. + Please use M(dellemc.os6.os6_config) to configure OS6 devices. extends_documentation_fragment: dellemc.os6.os6 options: commands: