From 637bcca24755d8c99324c0700bfa53f7f5b0b521 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 14 Feb 2020 14:35:40 +0000 Subject: [PATCH] Add test for devices cookbook --- .kitchen.yml | 3 +++ .travis.yml | 3 +++ 2 files changed, 6 insertions(+) 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 -- 2.43.2