Sanity tests: copy ignore-2.13.txt to ignore-2.14.txt (#29)

* Sanity tests: copy ignore-2.13.txt to ignore-2.14.txt

* Fix sanity
This commit is contained in:
Andrew Klychkov 2022-04-22 10:56:51 +03:00 committed by GitHub
parent 200a6dc853
commit 432281c8fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 6 deletions

View file

@ -23,7 +23,7 @@ __metaclass__ = type
DOCUMENTATION = """
---
cliconf: os9
name: os9
short_description: Use os9 cliconf to run command on Dell OS9 platform
description:
- This os9 plugin provides low level abstraction apis for

View file

@ -25,7 +25,7 @@ description:
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_os9_os9_config) to configure Dell OS9 devices.
Please use M(dellemc.os9.os9_config) to configure Dell OS9 devices.
extends_documentation_fragment: dellemc.os9.os9
options:
commands:
@ -77,7 +77,7 @@ notes:
- This module requires Dell OS9 version 9.10.0.1P13 or above.
- This module requires to increase the ssh connection rate limit.
Use the following command I(ip ssh connection-rate-limit 60)
to configure the same. This can be done via M(os9_config) module
to configure the same. This can be done via M(dellemc.os9.os9_config) module
as well.
"""

View file

@ -153,7 +153,7 @@ notes:
- This module requires to increase the ssh connection rate limit.
Use the following command I(ip ssh connection-rate-limit 60)
to configure the same. This can also be done with the
M(os9_config) module.
M(dellemc.os9.os9_config) module.
"""
EXAMPLES = """

View file

@ -32,7 +32,7 @@ options:
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' ]
@ -40,7 +40,7 @@ notes:
- This module requires OS9 version 9.10.0.1P13 or above.
- This module requires an increase of the SSH connection rate limit.
Use the following command I(ip ssh connection-rate-limit 60)
to configure the same. This can be also be done with the M(os9_config) module.
to configure the same. This can be also be done with the M(dellemc.os9.os9_config) module.
"""
EXAMPLES = """

View file

@ -0,0 +1,4 @@
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
plugins/modules/os9_command.py validate-modules:parameter-list-no-elements