Add jsonschema for docker formula
Update run_tests.sh to latest version.
Change-Id: Ia5d9407d101c0f71d273423d28c0c56288300e63
Related-prod: #PROD-20623 (PROD:20623)
diff --git a/.kitchen.yml b/.kitchen.yml
index 9b01e51..b0ab87c 100644
--- a/.kitchen.yml
+++ b/.kitchen.yml
@@ -32,7 +32,7 @@
source:
engine: pip
pillars-from-files:
- docker_debian_repo.sls: tests/pillar/repo_docker.sls
+ docker_debian_repo.sls: tests/repo_docker.sls
dependencies:
- name: linux
repo: git
@@ -80,8 +80,8 @@
pillars-from-files:
docker.sls: tests/pillar/client_container.sls
- - name: host_single
+ - name: host
provisioner:
pillars-from-files:
- docker.sls: tests/pillar/host_single.sls
+ docker.sls: tests/pillar/host.sls
# vim: ft=yaml sw=2 ts=2 sts=2 tw=125