summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Walters <cw@opscode.com>2010-11-02 14:40:56 -0700
committerChris Walters <cw@opscode.com>2010-11-02 14:40:56 -0700
commit9b703206efed77971496ada7f9c472f31baad689 (patch)
tree903a5b8280d405f21ec043c955206a5d386bab36
parentfd10a6dfe5f22f3b65b6fce72c44288f7efd17ba (diff)
downloadchef-9b703206efed77971496ada7f9c472f31baad689.tar.gz
Adding oss_only tags to purge tests
-rw-r--r--features/cookbooks/cookbook_purge.feature6
1 files changed, 3 insertions, 3 deletions
diff --git a/features/cookbooks/cookbook_purge.feature b/features/cookbooks/cookbook_purge.feature
index 07c7debe03..386f30c797 100644
--- a/features/cookbooks/cookbook_purge.feature
+++ b/features/cookbooks/cookbook_purge.feature
@@ -4,7 +4,7 @@ Feature: Purge Cookbook Files
As a sysadmin
I want to purge cookbooks and all associated state from the Chef server
- @api
+ @api @oss_only
Scenario: Purge a cookbook when its files are on disk
Given I am an administrator
And I fully upload a sandboxed cookbook force-named 'testcookbook_valid' versioned '0.2.0' with 'testcookbook_valid_v0.2.0'
@@ -15,7 +15,7 @@ Feature: Purge Cookbook Files
And the cookbook's files should have been deleted
And the cookbook's checksums should be removed from couchdb
- @knife
+ @knife @oss_only
Scenario: Purge a cookbook using knife when its files are on disk
Given I am an administrator
And I fully upload a sandboxed cookbook force-named 'testcookbook_valid' versioned '0.2.0' with 'testcookbook_valid_v0.2.0'
@@ -26,7 +26,7 @@ Feature: Purge Cookbook Files
And the cookbook's files should have been deleted
And the cookbook's checksums should be removed from couchdb
- @api
+ @api @oss_only
Scenario: Purge a cookbook when its files are not on disk
Given I am an administrator
And I fully upload a sandboxed cookbook force-named 'testcookbook_valid' versioned '0.2.0' with 'testcookbook_valid_v0.2.0'