K8s dashboard is enabled only for deployment with Contrail, not with
Calico

Change-Id: I617fffc9fe35126c1ce0daa7c6351b7dcc1b248a
Fixes-Issue: #PROD-29776(PROD:29776)
diff --git a/test_set/cvp-sanity/tests/test_k8s.py b/test_set/cvp-sanity/tests/test_k8s.py
index d8b1659..312d162 100644
--- a/test_set/cvp-sanity/tests/test_k8s.py
+++ b/test_set/cvp-sanity/tests/test_k8s.py
@@ -145,7 +145,7 @@
 
 
 @pytest.mark.xfail
-def test_k8s_dashboard_available(local_salt_client):
+def test_k8s_dashboard_available(local_salt_client, contrail):
     """
         # Check is kubernetes enabled on the cluster with command  `salt -C 'etcd:server' cmd.run 'kubectl get svc -n kube-system'`
         # If yes then check Dashboard addon with next command: `salt -C 'etcd:server' pillar.get kubernetes:common:addons:dashboard:enabled`