opencontrail tests
diff --git a/tests/pillar/analytics.sls b/tests/pillar/analytics.sls
new file mode 100644
index 0000000..7ef9977
--- /dev/null
+++ b/tests/pillar/analytics.sls
@@ -0,0 +1,55 @@
+opencontrail:
+ common:
+ version: 2.2
+ identity:
+ engine: keystone
+ host: 127.0.0.1
+ port: 35357
+ token: token
+ password: password
+ network:
+ engine: neutron
+ host: 127.0.0.1
+ port: 9696
+ collector:
+ version: 2.2
+ enabled: true
+ bind:
+ address: 127.0.0.1
+ master:
+ host: 127.0.0.1
+ discovery:
+ host: 127.0.0.1
+ data_ttl: 1
+ database:
+ members:
+ - host: 127.0.0.1
+ port: 9160
+ - host: 127.0.0.1
+ port: 9160
+ - host: 127.0.0.1
+ port: 9160
+ database:
+ version: 2.2
+ cassandra:
+ version: 2
+ enabled: true
+ name: 'Contrail'
+ minimum_disk: 10
+ original_token: 0
+ data_dirs:
+ - /var/lib/cassandra
+ id: 1
+ discovery:
+ host: 127.0.0.1
+ bind:
+ host: 127.0.0.1
+ port: 9042
+ rpc_port: 9160
+ members:
+ - host: 127.0.0.1
+ id: 1
+ - host: 127.0.0.1
+ id: 2
+ - host: 127.0.0.1
+ id: 3
\ No newline at end of file