.kitchen.yml in kitchen-docker-1.7.0 vs .kitchen.yml in kitchen-docker-2.0.0

- old
+ new

@@ -34,9 +34,19 @@ - name: linked driver: image: ubuntu:14.04 platform: ubuntu links: "db:db" - suites: - name: default - name: concurrency + - name: capabilities + excludes: [arch,unknown,centos-7,centos-6.4,dockerfile] + driver: + provision_command: + - curl -L http://www.chef.io/chef/install.sh | bash + - apt-get install -y net-tools + username: kitchen + password: kitchen + cap_drop: + - NET_ADMIN +