summaryrefslogtreecommitdiff
path: root/acceptance/top-cookbooks
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-07-24 00:17:24 -0700
committerMatt Wrock <matt@mattwrock.com>2016-07-24 00:17:24 -0700
commita81aa3f9a33890b88bbdc02634162d113c53dbc8 (patch)
tree38440552fc37b0e45440a48d081d30ebcb4c3b66 /acceptance/top-cookbooks
parent1aadc96bcb855fe665cad4b4004ee657d241e5ec (diff)
downloadchef-a81aa3f9a33890b88bbdc02634162d113c53dbc8.tar.gz
add back and fix windows acceptance testswinrm-v2
Diffstat (limited to 'acceptance/top-cookbooks')
-rw-r--r--acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/top_cookbooks.rb26
-rw-r--r--acceptance/top-cookbooks/.kitchen.git.yml6
2 files changed, 16 insertions, 16 deletions
diff --git a/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/top_cookbooks.rb b/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/top_cookbooks.rb
index c605083fb2..73f5151bca 100644
--- a/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/top_cookbooks.rb
+++ b/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/top_cookbooks.rb
@@ -17,23 +17,23 @@ class TopCookbooks < Chef::Resource
cookbook_relative_dir "cookbooks/learn-the-basics-ubuntu"
end
- # cookbook_kitchen "#{command} learn-the-basics-windows" do
- # repository "learn-chef/learn-chef-acceptance"
- # cookbook_relative_dir "cookbooks/learn-the-basics-windows"
- # end
+ cookbook_kitchen "#{command} learn-the-basics-windows" do
+ repository "learn-chef/learn-chef-acceptance"
+ cookbook_relative_dir "cookbooks/learn-the-basics-windows"
+ end
- # cookbook_kitchen "#{command} powershell" do
- # end
+ cookbook_kitchen "#{command} powershell" do
+ end
- # cookbook_kitchen "#{command} iis" do
- # end
+ cookbook_kitchen "#{command} iis" do
+ end
- # cookbook_kitchen "#{command} sql_server" do
- # end
+ cookbook_kitchen "#{command} sql_server" do
+ end
- # cookbook_kitchen "#{command} winbox" do
- # repository "adamedx/winbox"
- # end
+ cookbook_kitchen "#{command} winbox" do
+ repository "adamedx/winbox"
+ end
# cookbook_kitchen "#{command} windows" do
# end
diff --git a/acceptance/top-cookbooks/.kitchen.git.yml b/acceptance/top-cookbooks/.kitchen.git.yml
index 3115600ecc..302657dffc 100644
--- a/acceptance/top-cookbooks/.kitchen.git.yml
+++ b/acceptance/top-cookbooks/.kitchen.git.yml
@@ -6,6 +6,6 @@ suites:
- name: git-source
run_list: ["recipe[git::source]"]
includes: [nonexistent]
- #- name: git-default-windows
- # run_list: ["recipe[git]"]
- # includes: [windows-2012r2]
+ - name: git-default-windows
+ run_list: ["recipe[git]"]
+ includes: [windows-2012r2]