From 7e0fef5a1bff1d371cfaa2e63a65d51d2b0f41c4 Mon Sep 17 00:00:00 2001 From: Alexis Vanier Date: Wed, 10 Jan 2018 14:24:23 -0500 Subject: [PATCH] disable privileged and add centos test suite --- .kitchen.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.kitchen.yml b/.kitchen.yml index bbc52cb..a74a8eb 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -24,7 +24,10 @@ platforms: provision_command: - apt-get update && apt-get install -y locales && locale-gen en_US.UTF-8 run_command: /sbin/init - privileged: true + pid_one_command: /usr/lib/systemd/systemd + - name: centos-7 + driver_config: + run_command: /sbin/init pid_one_command: /usr/lib/systemd/systemd - name: amazonlinux driver_config: