Guest User

Untitled

a guest
Oct 21st, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Scenario: Delete an mcollective node
  2. Given an existing mcollective node
  3. When I destroy the node
  4. Then it should not exist.
  5.  
  6. Scenario: Try to delete a switch
  7. Given an existing network switch that is not an mcollective node
  8. When I look for ways to destroy the node
  9. Then I should find no way to destroy the node
  10. And I should be admonished if I try to destroy it anyway
  11. And it should still exist.
Add Comment
Please, Sign In to add comment