Skip to content

Instantly share code, notes, and snippets.

@ploubser
Created May 23, 2013 16:55
Show Gist options
  • Select an option

  • Save ploubser/5637586 to your computer and use it in GitHub Desktop.

Select an option

Save ploubser/5637586 to your computer and use it in GitHub Desktop.
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