Skip to content
This repository has been archived by the owner on Apr 7, 2018. It is now read-only.

Commit

Permalink
Merge pull request #98 from hw-cookbooks/kitchen_suite
Browse files Browse the repository at this point in the history
add test suites for ubuntu 14.04 and centos 7
  • Loading branch information
amdprophet committed Feb 12, 2016
2 parents 0a738fc + 856d6fc commit 0d1bff8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .kitchen.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
driver_plugin: vagrant
platforms:
- name: ubuntu-14.04
driver_config:
require_chef_omnibus: '11.14'
box: ubuntu1404
- name: ubuntu-12.04
driver_config:
require_chef_omnibus: '11.14'
Expand All @@ -9,6 +13,10 @@ platforms:
driver_config:
require_chef_omnibus: '11.14'
box: ubuntu1004
- name: centos-7.0
driver_config:
require_chef_omnibus: '11.14'
box: centos70
- name: centos-6.4
driver_config:
require_chef_omnibus: '11.14'
Expand Down

0 comments on commit 0d1bff8

Please sign in to comment.