[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_ntp_sync.py b/test_set/cvp-sanity/tests/test_ntp_sync.py
index dd199d1..bf51290 100644
--- a/test_set/cvp-sanity/tests/test_ntp_sync.py
+++ b/test_set/cvp-sanity/tests/test_ntp_sync.py
@@ -1,7 +1,10 @@
import json
import utils
+import pytest
+@pytest.mark.smoke
+#move to sl?
def test_ntp_sync(local_salt_client):
"""Test checks that system time is the same across all nodes"""
@@ -25,6 +28,7 @@
json.dumps(result, indent=4))
+@pytest.mark.smoke
def test_ntp_peers_state(local_salt_client):
"""Test gets ntpq peers state and checks the system peer is declared"""
state = local_salt_client.cmd(