]> git.openstreetmap.org Git - chef.git/commitdiff
Add test for devices cookbook
authorTom Hughes <tom@compton.nu>
Fri, 14 Feb 2020 14:35:40 +0000 (14:35 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 14 Feb 2020 14:35:40 +0000 (14:35 +0000)
.kitchen.yml
.travis.yml

index 0f9e0f7a1d348f93de2e834b3a51daa3217960eb..b58cbae3c625c6a637749812d4619992fc3bf798 100644 (file)
@@ -45,6 +45,9 @@ suites:
   - name: clamav
     run_list:
       - recipe[clamav::default]
+  - name: devices
+    run_list:
+      - recipe[devices::default]
   - name: exim
     run_list:
       - recipe[exim::default]
index 9cd34d6e05cb59feb29eaa9a64a183c86ca4c621..7bc856208343e61fb0652eee517a114ad2e92ca2 100644 (file)
@@ -26,6 +26,9 @@ jobs:
     - name: "Test Kitchen (clamav)"
       script:
         - bundle exec kitchen test clamav-ubuntu-1804
+    - name: "Test Kitchen (devices)"
+      script:
+        - bundle exec kitchen test devices-ubuntu-1804
     - name: "Test Kitchen (exim)"
       script:
         - bundle exec kitchen test exim-ubuntu-1804