Guest User

Untitled

a guest
May 20th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. Failing Scenarios:
  2. cucumber features/api/cookbooks/manage_cookbooks.feature:11 # Scenario: Should not be able to create a cookbook without a name parameter
  3. cucumber features/api/cookbooks/manage_cookbooks.feature:18 # Scenario: Should not be able to create a cookbook with a blank name parameter
  4. cucumber features/api/cookbooks/manage_cookbooks.feature:25 # Scenario: Should not be able to create a cookbook with invalid characters in the name parameter
  5. cucumber features/api/cookbooks/manage_cookbooks.feature:32 # Scenario: Should not be able to create a cookbook with a name that already exists
  6. cucumber features/api/cookbooks/manage_cookbooks.feature:41 # Scenario: Should not be able to create a cookbook without a file parameter
  7. cucumber features/api/cookbooks/manage_cookbooks.feature:49 # Scenario: Should not be able to create a cookbook with a blank file parameter
  8. cucumber features/api/cookbooks/manage_cookbooks.feature:57 # Scenario: Should not be able to create a cookbook with a string file parameter
  9. cucumber features/api/cookbooks/manage_cookbooks.feature:64 # Scenario: Should not be able to create a cookbook with an invalid tarball
  10. cucumber features/api/cookbooks/manage_cookbooks.feature:71 # Scenario: Should not be able to create a cookbook with a tarball that does not contain a directory in the base with the same name as the cookbook
  11. cucumber features/api/cookbooks/manage_cookbooks.feature:125 # Scenario: Should not be able to update a cookbook without a file parameter
  12. cucumber features/api/cookbooks/manage_cookbooks.feature:134 # Scenario: Should not be able to update a cookbook with a blank file parameter
  13. cucumber features/api/cookbooks/manage_cookbooks.feature:143 # Scenario: Should not be able to update a cookbook with a string file parameter
  14. cucumber features/api/cookbooks/manage_cookbooks.feature:152 # Scenario: Should not be able to update a cookbook with an invalid tarball
  15. cucumber features/api/cookbooks/manage_cookbooks.feature:161 # Scenario: Should not be able to update a cookbook with a tarball that does not contain a directory in the base with the same name as the cookbook
  16. cucumber features/chef-client/run_interval.feature:7 # Scenario: Run the client at an interval
  17. cucumber features/cookbooks/metadata.feature:7 # Scenario: Generate metadata for all cookbooks
  18. cucumber features/cookbooks/metadata.feature:15 # Scenario: Generate metadata for a specific cookbook
  19. cucumber features/provider/deploy/deploy.feature:8 # Scenario: Deploy an app for the first time
  20. cucumber features/provider/deploy/deploy.feature:29 # Scenario: Deploy an app with custom layout attributes and callbacks
  21. cucumber features/provider/deploy/deploy.feature:44 # Scenario: Deploy an app with resources inside the callbacks (embedded recipes)
  22.  
  23. 219 scenarios (20 failed, 199 passed)
  24. 1229 steps (20 failed, 20 skipped, 1189 passed)
Add Comment
Please, Sign In to add comment