[CVP] Add tags and review SL tests
Change-Id: Ic110e7123f42161911fc49daaaf3a3c045886eae
Related-PROD: PROD-17820
Related-PROD: PROD-20855
diff --git a/test_set/cvp-sanity/tests/test_services.py b/test_set/cvp-sanity/tests/test_services.py
index c704437..224c207 100644
--- a/test_set/cvp-sanity/tests/test_services.py
+++ b/test_set/cvp-sanity/tests/test_services.py
@@ -1,6 +1,5 @@
import pytest
import json
-import os
import utils
# Some nodes can have services that are not applicable for other nodes in similar group.
@@ -10,6 +9,7 @@
inconsistency_rule = {"kvm03": ["srv-volumes-backup.mount", "rsync"]}
+@pytest.mark.full
def test_check_services(local_salt_client, nodes_in_group):
"""
Skips services if they are not consistent for all node.