add contrail 4.0 support

Change-Id: Ic24786d8c28db00912f7dbbac74af80dcdd84755
diff --git a/.kitchen.yml b/.kitchen.yml
index 700fbdc..8d54651 100644
--- a/.kitchen.yml
+++ b/.kitchen.yml
@@ -18,6 +18,7 @@
     - name: linux
       repo: git
       source: https://github.com/salt-formulas/salt-formula-linux
+
   state_top:
     base:
       "*":
@@ -28,6 +29,7 @@
       base:
         "*":
           - linux_repo_docker
+          - linux_repo_opencontrail
           - linux
           - kubernetes
     linux.sls:
@@ -37,6 +39,7 @@
           name: kubernetes
   pillars-from-files:
     linux_repo_docker.sls: tests/pillar/repo_docker.sls
+    linux_repo_opencontrail.sls: tests/pillar/repo_contrail.sls
 
 verifier:
   name: inspec
@@ -64,5 +67,14 @@
       pillars-from-files:
         kubernetes.sls: tests/pillar/master_contrail.sls
 
+  - name: master_contrail4_0
+    provisioner:
+      pillars-from-files:
+        kubernetes.sls: tests/pillar/master_contrail4_0.sls
+
+  - name: pool_contrail4_0
+    provisioner:
+      pillars-from-files:
+        kubernetes.sls: tests/pillar/pool_contrail4_0.sls
 
 # vim: ft=yaml sw=2 ts=2 sts=2 tw=125