Created
May 23, 2013 16:55
-
-
Save ploubser/5637586 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| release integration test | |
| *console spam | |
| .... | |
| build | |
| should successfuly build the packages | |
| should successfuly upgrade the mcollective packages | |
| post install tests | |
| should get an rpc ping response from all 6 nodes | |
| should get 6 responses from mco find | |
| should correctly apply the facts filter | |
| should correctly apply the class filter | |
| should correctly apply the identity filter | |
| should correctly apply the compound filter | |
| No request sent, we did not discover any nodes. should correctly apply the compound filter with a data function | |
| integration agent | |
| #echo | |
| should echo msg string | |
| #validation | |
| should be successful if msg is validate | |
| should fail if message is not validate | |
| #soft_fail | |
| should fail and set reply[:message] to 'Soft Failure' | |
| #hard_fail | |
| should fail and not set reply[:messag] to 'Hard Failure' | |
| Finished in 24.89 seconds | |
| 14 examples, 0 failures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment