Guest User

Untitled

a guest
Oct 24th, 2017
85
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=foo MC_INTEGRATION_SERVER=stomp rake integration_test
  2.  
  3. (in /home/rip/work/github/mcollective-integration)
  4. Creating integration setup in /tmp/mcintegration20110624-13252-131ws0j
  5. cd /tmp/mcintegration20110624-13252-131ws0j
  6. git clone git://github.com/ripienaar/mcollective-test.git
  7. Initialized empty Git repository in /tmp/mcintegration20110624-13252-131ws0j/mcollective-test/.git/
  8. remote: Counting objects: 43, done.
  9. remote: Compressing objects: 100% (30/30), done.
  10. remote: Total 43 (delta 15), reused 36 (delta 8)
  11. Receiving objects: 100% (43/43), 7.23 KiB, done.
  12. Resolving deltas: 100% (15/15), done.
  13. git clone git://github.com/ripienaar/mcollective-collective-builder.git
  14. Initialized empty Git repository in /tmp/mcintegration20110624-13252-131ws0j/mcollective-collective-builder/.git/
  15. remote: Counting objects: 112, done.
  16. remote: Compressing objects: 100% (98/98), done.
  17. remote: Total 112 (delta 49), reused 6 (delta 2)
  18. Receiving objects: 100% (112/112), 14.77 KiB, done.
  19. Resolving deltas: 100% (49/49), done.
  20. cd /tmp/mcintegration20110624-13252-131ws0j/mcollective-collective-builder
  21. rake create > /tmp/mc_integration.log
  22. rake start
  23. (in /tmp/mcintegration20110624-13252-131ws0j/mcollective-collective-builder)
  24. Started nephilim.ml.org-0 status: 13308
  25. Started nephilim.ml.org-3 status: 13312
  26. Started nephilim.ml.org-2 status: 13316
  27. Started nephilim.ml.org-1 status: 13320
  28. Started nephilim.ml.org-4 status: 13324
  29. cd /home/rip/work/github/mcollective-integration/spec
  30. rake integration
  31. (in /home/rip/work/github/mcollective-integration/spec)
  32. /usr/bin/ruby -S rspec --format s --colour --backtrace tests/integration/integration_agent_test.rb
  33.  
  34. integration agent
  35. #echo
  36. should echo msg string
  37. #validation
  38. should be successful if msg is validate
  39. should fail if message is not validate
  40. #soft_fail
  41. should fail and set reply[:message] to 'Soft Failure'
  42. #hard_fail
  43. should fail and not set reply[:messag] to 'Hard Failure'
  44.  
  45. Finished in 2.5 seconds
  46. 5 examples, 0 failures
  47. cd /tmp/mcintegration20110624-13252-131ws0j/mcollective-collective-builder
  48. rake stop
  49. (in /tmp/mcintegration20110624-13252-131ws0j/mcollective-collective-builder)
  50. Stopping member nephilim.ml.org-0
  51. Stopping member nephilim.ml.org-3
  52. Stopping member nephilim.ml.org-2
  53. Stopping member nephilim.ml.org-1
  54. Stopping member nephilim.ml.org-4
Add Comment
Please, Sign In to add comment