mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add test.nop example
This commit is contained in:
parent
a84ce67b8f
commit
9414b05b2c
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,12 @@ Provide test case states that enable easy testing of things to do with
|
|||
|
||||
.. code-block:: yaml
|
||||
|
||||
always-passes-with-any-kwarg:
|
||||
test.nop:
|
||||
- name: foo
|
||||
- something: else
|
||||
- foo: bar
|
||||
|
||||
always-passes:
|
||||
test.succeed_without_changes:
|
||||
- name: foo
|
||||
|
|
Loading…
Add table
Reference in a new issue