aboutsummaryrefslogtreecommitdiffstats
path: root/src/onaptests/configuration/status_settings.py
blob: 06e29fd293b162b0674157c6e468628328915850 (plain)
1
2
3
4
5
6
7
from .settings import * # pylint: disable=W0614

""" Specific Status Check settings."""
SERVICE_NAME = "Status Check"
SERVICE_DETAILS = "Checks status of all k8s resources in the selected namespace"
SERVICE_COMPONENTS = "ALL"
STATUS_RESULTS_DIRECTORY = "src/"