Skip to content

Commit

Permalink
Sanity tests: copy ignore-2.13.txt to ignore-2.14.txt (#47)
Browse files Browse the repository at this point in the history
* Sanity tests: copy ignore-2.13.txt to ignore-2.14.txt

* Fix sanity

* Fix
  • Loading branch information
Andersson007 authored Apr 22, 2022
1 parent f676374 commit 5180d5e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/cliconf/os6.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/os6_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.os6_config) to configure OS6 devices.
extends_documentation_fragment: dellemc.os6.os6
options:
commands:
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/os6_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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' ]
Expand Down
4 changes: 4 additions & 0 deletions tests/sanity/ignore-2.14.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5180d5e

Please sign in to comment.