summaryrefslogtreecommitdiffstats
path: root/ipatests/test_webui/test_service.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/test_webui/test_service.py')
-rw-r--r--ipatests/test_webui/test_service.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipatests/test_webui/test_service.py b/ipatests/test_webui/test_service.py
index c882a1cad..f582b688c 100644
--- a/ipatests/test_webui/test_service.py
+++ b/ipatests/test_webui/test_service.py
@@ -23,10 +23,12 @@ Service tests
from ipatests.test_webui.ui_driver import UI_driver
from ipatests.test_webui.ui_driver import screenshot
+import pytest
ENTITY = 'service'
+@pytest.mark.tier1
class sevice_tasks(UI_driver):
def prep_data(self):
@@ -59,6 +61,7 @@ class sevice_tasks(UI_driver):
return pkey
+@pytest.mark.tier1
class test_service(sevice_tasks):
@screenshot