Skip to content

Commit 5180d5e

Browse files
authored
Sanity tests: copy ignore-2.13.txt to ignore-2.14.txt (#47)
* Sanity tests: copy ignore-2.13.txt to ignore-2.14.txt * Fix sanity * Fix
1 parent f676374 commit 5180d5e

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

plugins/cliconf/os6.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
DOCUMENTATION = """
2525
---
26-
cliconf: os6
26+
name: os6
2727
short_description: Use os6 cliconf to run command on Dell OS6 platform
2828
description:
2929
- This os6 plugin provides low level abstraction apis for

plugins/modules/os6_command.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
argument that will cause the module to wait for a specific condition
2525
before returning or timing out if the condition is not met.
2626
- This module does not support running commands in configuration mode.
27-
Please use M(dellemc_os6_os6_config) to configure OS6 devices.
27+
Please use M(dellemc.os6.os6_config) to configure OS6 devices.
2828
extends_documentation_fragment: dellemc.os6.os6
2929
options:
3030
commands:

plugins/modules/os6_facts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
to a given subset. Possible values for this argument include
3333
all, hardware, config, and interfaces. Can specify a list of
3434
values to include a larger subset. Values can also be used
35-
with an initial C(M(!)) to specify that a specific subset should
35+
with an initial C(!) to specify that a specific subset should
3636
not be collected.
3737
type: list
3838
default: [ '!config' ]

tests/sanity/ignore-2.14.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
plugins/action/os6.py action-plugin-docs
2+
plugins/modules/os6_config.py validate-modules:parameter-list-no-elements
3+
plugins/modules/os6_facts.py validate-modules:parameter-list-no-elements
4+
plugins/modules/os6_command.py validate-modules:parameter-list-no-elements

0 commit comments

Comments
 (0)