introduce test-kitchen
Change-Id: I374cb4a534e260c00a3cca178ec1d03c2faebcbf
Implements: blueprint service-level-testing
diff --git a/tests/pillar/cluster.sls b/tests/pillar/cluster.sls
index 3eb9909..0070ce5 100644
--- a/tests/pillar/cluster.sls
+++ b/tests/pillar/cluster.sls
@@ -4,6 +4,12 @@
version: liberty
secret_key: secret
session_timeout: 43200
+ plugin:
+ horizon_theme:
+ theme_name: ubuntu
+ source:
+ engine: pkg
+ name: openstack-dashboard-ubuntu-theme
wsgi:
processes: 3
threads: 10
@@ -22,6 +28,7 @@
port: 11211
identity:
engine: keystone
+ encryption: encryption
host: 127.0.0.1
port: 5000
api_version: 2
@@ -45,4 +52,4 @@
- name: ctl03
host: 127.0.0.1
port: 80
- params: cookie ctl03 check inter 2000 fall 3
\ No newline at end of file
+ params: cookie ctl03 check inter 2000 fall 3
diff --git a/tests/pillar/single.sls b/tests/pillar/single.sls
index 827cd88..a678d49 100644
--- a/tests/pillar/single.sls
+++ b/tests/pillar/single.sls
@@ -7,6 +7,12 @@
bind:
address: 127.0.0.1
port: 80
+ plugin:
+ horizon_theme:
+ theme_name: ubuntu
+ source:
+ engine: pkg
+ name: openstack-dashboard-ubuntu-theme
wsgi:
processes: 3
threads: 10
@@ -23,4 +29,5 @@
port: 5000
host: 127.0.0.1
encryption: encryption
- api_version: 2
\ No newline at end of file
+ api_version: 2
+