]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Add basic tests for bind cookbook
[chef.git] / .kitchen.yml
index cc8065562d1823dd07e862fe854a217332f8f520..e2667127efe58f8169b1a3ee2d56c14b9ed301c4 100644 (file)
@@ -1,6 +1,9 @@
 ---
 driver:
   name: vagrant
+  provision: true
+  vagrantfiles:
+    - .kitchen.provision.rb
 
 provisioner:
   name: chef_zero
@@ -9,6 +12,18 @@ platforms:
   - name: ubuntu-16.04
 
 suites:
+  - name: apt
+    run_list:
+      - recipe[apt::default]
+  - name: bind
+    run_list:
+      - recipe[bind::default]
+  - name: munin
+    run_list:
+      - recipe[munin::default]
+  - name: networking
+    run_list:
+      - recipe[networking::default]
   - name: tools
     run_list:
       - recipe[tools::default]