summaryrefslogtreecommitdiff
path: root/kitchen-tests/.kitchen.yml
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-05-24 13:50:05 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2016-05-24 13:50:05 -0700
commit040e7473b458d1c917291d9857c15848a647e126 (patch)
tree4f97d2561899e9ff854a66facb763658a36949e4 /kitchen-tests/.kitchen.yml
parent37668e4b9a96b60c0a7ea5e7f9843c935163974a (diff)
downloadchef-040e7473b458d1c917291d9857c15848a647e126.tar.gz
convert kitchen tests to docker + other fixes
- use kitchen-dokken instead of kitchen-ec2 - add tests for gem metadata + chef-sugar - convert to inspec and add some tests this disables the webapp stuff completely and its testing for now, that needs to be updated to more modern httpd/mysql cookbooks and have its testing converted to inspec. more O/S distros are also in the pipeline.
Diffstat (limited to 'kitchen-tests/.kitchen.yml')
-rw-r--r--kitchen-tests/.kitchen.yml13
1 files changed, 7 insertions, 6 deletions
diff --git a/kitchen-tests/.kitchen.yml b/kitchen-tests/.kitchen.yml
index af7ac3cde5..c02ea55a02 100644
--- a/kitchen-tests/.kitchen.yml
+++ b/kitchen-tests/.kitchen.yml
@@ -5,6 +5,9 @@ driver:
cpus: 4
memory: 2048
+verifier:
+ name: inspec
+
provisioner:
name: chef_github
chef_omnibus_url: "https://omnitruck.chef.io/install.sh"
@@ -19,17 +22,15 @@ provisioner:
platforms:
- name: ubuntu-12.04
- name: ubuntu-14.04
- # needs updates for 16.04
- #- name: ubuntu-16.04
- # needs updates for 7.2
- #- name: centos-7.2
+ - name: ubuntu-16.04
+ - name: centos-7.2
- name: centos-6.7
# needs fixing for 5.11
- #- name: centos-5.11
+ # - name: centos-5.11
suites:
- name: webapp
run_list:
- recipe[base::default]
- - recipe[webapp::default]
+# - recipe[webapp::default]
attributes: