Skip to content

Instantly share code, notes, and snippets.

@dreamcat4
Created March 6, 2010 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dreamcat4/323631 to your computer and use it in GitHub Desktop.
Save dreamcat4/323631 to your computer and use it in GitHub Desktop.
CHEF-828
Failing Scenarios:
cucumber features/api/cookbooks/manage_cookbooks.feature:11 # Scenario: Should not be able to create a cookbook without a name parameter
cucumber features/api/cookbooks/manage_cookbooks.feature:18 # Scenario: Should not be able to create a cookbook with a blank name parameter
cucumber features/api/cookbooks/manage_cookbooks.feature:25 # Scenario: Should not be able to create a cookbook with invalid characters in the name parameter
cucumber features/api/cookbooks/manage_cookbooks.feature:32 # Scenario: Should not be able to create a cookbook with a name that already exists
cucumber features/api/cookbooks/manage_cookbooks.feature:41 # Scenario: Should not be able to create a cookbook without a file parameter
cucumber features/api/cookbooks/manage_cookbooks.feature:49 # Scenario: Should not be able to create a cookbook with a blank file parameter
cucumber features/api/cookbooks/manage_cookbooks.feature:57 # Scenario: Should not be able to create a cookbook with a string file parameter
cucumber features/api/cookbooks/manage_cookbooks.feature:64 # Scenario: Should not be able to create a cookbook with an invalid tarball
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
cucumber features/api/cookbooks/manage_cookbooks.feature:125 # Scenario: Should not be able to update a cookbook without a file parameter
cucumber features/api/cookbooks/manage_cookbooks.feature:134 # Scenario: Should not be able to update a cookbook with a blank file parameter
cucumber features/api/cookbooks/manage_cookbooks.feature:143 # Scenario: Should not be able to update a cookbook with a string file parameter
cucumber features/api/cookbooks/manage_cookbooks.feature:152 # Scenario: Should not be able to update a cookbook with an invalid tarball
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
cucumber features/chef-client/run_interval.feature:7 # Scenario: Run the client at an interval
cucumber features/cookbooks/metadata.feature:7 # Scenario: Generate metadata for all cookbooks
cucumber features/cookbooks/metadata.feature:15 # Scenario: Generate metadata for a specific cookbook
cucumber features/provider/deploy/deploy.feature:8 # Scenario: Deploy an app for the first time
cucumber features/provider/deploy/deploy.feature:29 # Scenario: Deploy an app with custom layout attributes and callbacks
cucumber features/provider/deploy/deploy.feature:44 # Scenario: Deploy an app with resources inside the callbacks (embedded recipes)
219 scenarios (20 failed, 199 passed)
1229 steps (20 failed, 20 skipped, 1189 passed)
Failing Scenarios:
cucumber features/api/clients/update_client_api.feature:7 # Scenario: Update a client
cucumber features/api/clients/update_client_api.feature:15 # Scenario: Update a client with a wrong private key
cucumber features/api/clients/update_client_api.feature:22 # Scenario: Update a client when you are not an admin
cucumber features/api/cookbooks/list_cookbooks_api.feature:7 # Scenario: List cookbooks
cucumber features/api/cookbooks/manage_cookbooks.feature:11 # Scenario: Should not be able to create a cookbook without a name parameter
cucumber features/api/cookbooks/manage_cookbooks.feature:18 # Scenario: Should not be able to create a cookbook with a blank name parameter
cucumber features/api/cookbooks/manage_cookbooks.feature:25 # Scenario: Should not be able to create a cookbook with invalid characters in the name parameter
cucumber features/api/cookbooks/manage_cookbooks.feature:32 # Scenario: Should not be able to create a cookbook with a name that already exists
cucumber features/api/cookbooks/manage_cookbooks.feature:41 # Scenario: Should not be able to create a cookbook without a file parameter
cucumber features/api/cookbooks/manage_cookbooks.feature:49 # Scenario: Should not be able to create a cookbook with a blank file parameter
cucumber features/api/cookbooks/manage_cookbooks.feature:57 # Scenario: Should not be able to create a cookbook with a string file parameter
cucumber features/api/cookbooks/manage_cookbooks.feature:64 # Scenario: Should not be able to create a cookbook with an invalid tarball
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
cucumber features/api/cookbooks/manage_cookbooks.feature:125 # Scenario: Should not be able to update a cookbook without a file parameter
cucumber features/api/cookbooks/manage_cookbooks.feature:134 # Scenario: Should not be able to update a cookbook with a blank file parameter
cucumber features/api/cookbooks/manage_cookbooks.feature:143 # Scenario: Should not be able to update a cookbook with a string file parameter
cucumber features/api/cookbooks/manage_cookbooks.feature:152 # Scenario: Should not be able to update a cookbook with an invalid tarball
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
cucumber features/chef-client/run_interval.feature:7 # Scenario: Run the client at an interval
cucumber features/cookbooks/metadata.feature:7 # Scenario: Generate metadata for all cookbooks
cucumber features/cookbooks/metadata.feature:15 # Scenario: Generate metadata for a specific cookbook
cucumber features/provider/deploy/deploy.feature:8 # Scenario: Deploy an app for the first time
cucumber features/provider/deploy/deploy.feature:29 # Scenario: Deploy an app with custom layout attributes and callbacks
cucumber features/provider/deploy/deploy.feature:44 # Scenario: Deploy an app with resources inside the callbacks (embedded recipes)
219 scenarios (24 failed, 1 skipped, 194 passed)
1229 steps (20 failed, 45 skipped, 1164 passed)
63m48.415s
rake aborted!
Command failed with status (1): [/opt/rvm/rubies/ree-1.8.7-2010.01/bin/ruby...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment