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:
		
							parent
							
								
									200a6dc853
								
							
						
					
					
						commit
						432281c8fc
					
				
					 5 changed files with 10 additions and 6 deletions
				
			
		| 
						 | 
					@ -23,7 +23,7 @@ __metaclass__ = type
 | 
				
			||||||
 | 
					
 | 
				
			||||||
DOCUMENTATION = """
 | 
					DOCUMENTATION = """
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
cliconf: os9
 | 
					name: os9
 | 
				
			||||||
short_description: Use os9 cliconf to run command on Dell OS9 platform
 | 
					short_description: Use os9 cliconf to run command on Dell OS9 platform
 | 
				
			||||||
description:
 | 
					description:
 | 
				
			||||||
  - This os9 plugin provides low level abstraction apis for
 | 
					  - This os9 plugin provides low level abstraction apis for
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -25,7 +25,7 @@ description:
 | 
				
			||||||
    argument that will cause the module to wait for a specific condition
 | 
					    argument that will cause the module to wait for a specific condition
 | 
				
			||||||
    before returning or timing out if the condition is not met.
 | 
					    before returning or timing out if the condition is not met.
 | 
				
			||||||
  - This module does not support running commands in configuration mode.
 | 
					  - 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
 | 
					extends_documentation_fragment: dellemc.os9.os9
 | 
				
			||||||
options:
 | 
					options:
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
| 
						 | 
					@ -77,7 +77,7 @@ notes:
 | 
				
			||||||
  - This module requires Dell OS9 version 9.10.0.1P13 or above.
 | 
					  - This module requires Dell OS9 version 9.10.0.1P13 or above.
 | 
				
			||||||
  - This module requires to increase the ssh connection rate limit.
 | 
					  - This module requires to increase the ssh connection rate limit.
 | 
				
			||||||
    Use the following command I(ip ssh connection-rate-limit 60)
 | 
					    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.
 | 
					    as well.
 | 
				
			||||||
"""
 | 
					"""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -153,7 +153,7 @@ notes:
 | 
				
			||||||
  - This module requires to increase the ssh connection rate limit.
 | 
					  - This module requires to increase the ssh connection rate limit.
 | 
				
			||||||
    Use the following command I(ip ssh connection-rate-limit 60)
 | 
					    Use the following command I(ip ssh connection-rate-limit 60)
 | 
				
			||||||
    to configure the same. This can also be done with the
 | 
					    to configure the same. This can also be done with the
 | 
				
			||||||
    M(os9_config) module.
 | 
					    M(dellemc.os9.os9_config) module.
 | 
				
			||||||
"""
 | 
					"""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
EXAMPLES = """
 | 
					EXAMPLES = """
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -32,7 +32,7 @@ options:
 | 
				
			||||||
        to a given subset.  Possible values for this argument include
 | 
					        to a given subset.  Possible values for this argument include
 | 
				
			||||||
        all, hardware, config, and interfaces.  Can specify a list of
 | 
					        all, hardware, config, and interfaces.  Can specify a list of
 | 
				
			||||||
        values to include a larger subset.  Values can also be used
 | 
					        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.
 | 
					        not be collected.
 | 
				
			||||||
    type: list
 | 
					    type: list
 | 
				
			||||||
    default: [ '!config' ]
 | 
					    default: [ '!config' ]
 | 
				
			||||||
| 
						 | 
					@ -40,7 +40,7 @@ notes:
 | 
				
			||||||
  - This module requires OS9 version 9.10.0.1P13 or above.
 | 
					  - This module requires OS9 version 9.10.0.1P13 or above.
 | 
				
			||||||
  - This module requires an increase of the SSH connection rate limit.
 | 
					  - This module requires an increase of the SSH connection rate limit.
 | 
				
			||||||
    Use the following command I(ip ssh connection-rate-limit 60)
 | 
					    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 = """
 | 
					EXAMPLES = """
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										4
									
								
								tests/sanity/ignore-2.14.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								tests/sanity/ignore-2.14.txt
									
									
									
									
									
										Normal 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
 | 
				
			||||||
		Loading…
	
		Reference in a new issue