[CVP,Q4] Add tags and review SL tests
Change-Id: Ic110e7123f42161911fc49daaaf3a3c045886eae
Related-PROD: PROD-30482
diff --git a/test_set/cvp-sanity/tests/test_nova_services.py b/test_set/cvp-sanity/tests/test_nova_services.py
index 6505d30..54ed76e 100644
--- a/test_set/cvp-sanity/tests/test_nova_services.py
+++ b/test_set/cvp-sanity/tests/test_nova_services.py
@@ -1,6 +1,8 @@
import pytest
+@pytest.mark.sl_dup
+@pytest.mark.full
@pytest.mark.usefixtures('check_openstack')
def test_nova_services_status(local_salt_client):
result = local_salt_client.cmd_any(
@@ -12,6 +14,7 @@
'''Some nova services are in wrong state'''
+@pytest.mark.smoke
@pytest.mark.usefixtures('check_openstack')
def test_nova_hosts_consistent(local_salt_client):
all_cmp_services = local_salt_client.cmd_any(