diff options
author | Matt Wrock <matt@mattwrock.com> | 2016-07-24 00:17:24 -0700 |
---|---|---|
committer | Matt Wrock <matt@mattwrock.com> | 2016-07-24 00:17:24 -0700 |
commit | a81aa3f9a33890b88bbdc02634162d113c53dbc8 (patch) | |
tree | 38440552fc37b0e45440a48d081d30ebcb4c3b66 /acceptance/top-cookbooks | |
parent | 1aadc96bcb855fe665cad4b4004ee657d241e5ec (diff) | |
download | chef-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.rb | 26 | ||||
-rw-r--r-- | acceptance/top-cookbooks/.kitchen.git.yml | 6 |
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] |