Guest User

Untitled

a guest
Oct 23rd, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. % MC_INTEGRATION_USER=rip MC_INTEGRATION_PASS=meh MC_INTEGRATION_SERVER=stomp rake integration_test
  2. (in /home/rip/work/github/mcollective-integration)
  3. Creating integration setup in /tmp/mcintegration20110627-26897-1warmvt
  4. cd /tmp/mcintegration20110627-26897-1warmvt
  5. git clone git://github.com/ripienaar/mcollective-test.git
  6. Initialized empty Git repository in /tmp/mcintegration20110627-26897-1warmvt/mcollective-test/.git/
  7. remote: Counting objects: 51, done.
  8. remote: Compressing objects: 100% (41/41), done.
  9. remote: Total 51 (delta 18), reused 37 (delta 4)
  10. Receiving objects: 100% (51/51), 8.33 KiB, done.
  11. Resolving deltas: 100% (18/18), done.
  12. git clone git://github.com/ripienaar/mcollective-collective-builder.git
  13. Initialized empty Git repository in /tmp/mcintegration20110627-26897-1warmvt/mcollective-collective-builder/.git/
  14. remote: Counting objects: 112, done.
  15. remote: Compressing objects: 100% (98/98), done.
  16. remote: Total 112 (delta 49), reused 6 (delta 2)
  17. Receiving objects: 100% (112/112), 14.77 KiB, done.
  18. Resolving deltas: 100% (49/49), done.
  19. cd /tmp/mcintegration20110627-26897-1warmvt/mcollective-collective-builder
  20. rake create > /tmp/mc_integration.log
  21. rake start
  22. (in /tmp/mcintegration20110627-26897-1warmvt/mcollective-collective-builder)
  23. Started nephilim.ml.org-0 status: 26953
  24. Started nephilim.ml.org-3 status: 26957
  25. Started nephilim.ml.org-2 status: 26961
  26. Started nephilim.ml.org-1 status: 26968
  27. Started nephilim.ml.org-4 status: 26973
  28. cd /home/rip/work/github/mcollective-integration/spec
  29. rake integration
  30. (in /home/rip/work/github/mcollective-integration/spec)
  31. /usr/bin/ruby -S rspec --format s --colour --backtrace tests/integration/integration_agent_test.rb
  32.  
  33. integration agent
  34. #echo
  35. should echo msg string
  36. #validation
  37. should be successful if msg is validate
  38. should fail if message is not validate
  39. #soft_fail
  40. should fail and set reply[:message] to 'Soft Failure'
  41. #hard_fail
  42. should fail and not set reply[:messag] to 'Hard Failure'
  43.  
  44. Finished in 2.54 seconds
  45. 5 examples, 0 failures
  46. cd /tmp/mcintegration20110627-26897-1warmvt/mcollective-collective-builder
  47. rake stop
  48. (in /tmp/mcintegration20110627-26897-1warmvt/mcollective-collective-builder)
  49. Stopping member nephilim.ml.org-0
  50. Stopping member nephilim.ml.org-3
  51. Stopping member nephilim.ml.org-2
  52. Stopping member nephilim.ml.org-1
  53. Stopping member nephilim.ml.org-4
Add Comment
Please, Sign In to add comment