opencontrail tests
diff --git a/tests/pillar/tor.sls b/tests/pillar/tor.sls
new file mode 100644
index 0000000..2452377
--- /dev/null
+++ b/tests/pillar/tor.sls
@@ -0,0 +1,23 @@
+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
+  tor:
+    enabled: true
+    version: 2.2
+    agents: 1
+    control:
+      address: 127.0.0.1
+    interface:
+      address: 127.0.0.1
+    device:
+      host: 127.0.0.1
\ No newline at end of file