Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2fe4ba9

Browse files
author
jtimberman
committed
add source suite, apt recipe for test-kitchen
1 parent a927abc commit 2fe4ba9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.kitchen.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,19 @@ platforms:
66
box: canonical-ubuntu-12.10
77
box_url: http://cloud-images.ubuntu.com/vagrant/quantal/current/quantal-server-cloudimg-amd64-vagrant-disk1.box
88
require_chef_omnibus: 11.4.0
9+
run_list: ["recipe[apt]"]
910
- name: ubuntu-12.04
1011
driver_config:
1112
box: canonical-ubuntu-12.04
1213
box_url: http://cloud-images.ubuntu.com/vagrant/precise/current/precise-server-cloudimg-amd64-vagrant-disk1.box
1314
require_chef_omnibus: 11.4.0
15+
run_list: ["recipe[apt]"]
1416
- name: ubuntu-10.04
1517
driver_config:
1618
box: opscode-ubuntu-10.04
1719
box_url: http://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-10.04_chef-11.2.0.box
1820
require_chef_omnibus: 11.4.0
21+
run_list: ["recipe[apt]"]
1922
- name: centos-5.8
2023
driver_config:
2124
box: opscode-centos-5.8
@@ -31,3 +34,8 @@ suites:
3134
run_list:
3235
- recipe[python]
3336
attributes: {}
37+
38+
- name: source
39+
run_list:
40+
- recipe[python]
41+
attributes: {python: {install_method: "source"}}

0 commit comments

Comments
 (0)