Skip to content

Commit f320442

Browse files
author
Julian C. Dunn
committed
[COOK-3277] Add support for test-kitchen on a Fedora 18 box
1 parent a44741e commit f320442

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.kitchen.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,14 @@ platforms:
3333
box: opscode-centos-5.9
3434
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_centos-5.9_provisionerless.box
3535

36+
- name: fedora-18
37+
driver_config:
38+
box: opscode-fedora-18
39+
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode-fedora-18_provisionerless.box
40+
3641
suites:
3742
- name: openjdk
43+
excludes: ["fedora-18"]
3844
run_list: ["recipe[minitest-handler]", "recipe[java::openjdk]"]
3945
attributes: {}
4046
- name: openjdk-7

0 commit comments

Comments
 (0)