From: Tom Hughes Date: Fri, 14 Feb 2020 14:35:40 +0000 (+0000) Subject: Add test for devices cookbook X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/637bcca24755d8c99324c0700bfa53f7f5b0b521?ds=sidebyside Add test for devices cookbook --- diff --git a/.kitchen.yml b/.kitchen.yml index 0f9e0f7a1..b58cbae3c 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -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] diff --git a/.travis.yml b/.travis.yml index 9cd34d6e0..7bc856208 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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