tests: rename grafana to monitoring

Since the grafana-server group has been renamed to monitoring then
changing the associated tests.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
pull/6886/head
Dimitri Savineau 2021-08-09 13:38:26 -04:00 committed by Guillaume Abrioux
parent ff39c8d70b
commit a36586a777
2 changed files with 3 additions and 3 deletions

View File

@ -177,8 +177,8 @@ def pytest_collection_modifyitems(session, config, items):
item.add_marker(pytest.mark.nfss)
elif "iscsi" in test_path:
item.add_marker(pytest.mark.iscsigws)
elif "grafana" in test_path:
item.add_marker(pytest.mark.grafanas)
elif "monitoring" in test_path:
item.add_marker(pytest.mark.monitoring)
else:
item.add_marker(pytest.mark.all)

View File

@ -1,7 +1,7 @@
import pytest
class TestGrafanas(object):
class TestMonitoring(object):
@pytest.mark.dashboard
@pytest.mark.no_docker