aboutsummaryrefslogtreecommitdiffstats
path: root/src/onaptests/configuration/cba_enrichment_settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/onaptests/configuration/cba_enrichment_settings.py')
-rw-r--r--src/onaptests/configuration/cba_enrichment_settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/onaptests/configuration/cba_enrichment_settings.py b/src/onaptests/configuration/cba_enrichment_settings.py
index 847e15e..534ebbe 100644
--- a/src/onaptests/configuration/cba_enrichment_settings.py
+++ b/src/onaptests/configuration/cba_enrichment_settings.py
@@ -5,6 +5,8 @@ from .settings import * # noqa
SERVICE_NAME = "CDS blueprint enrichment"
+SERVICE_DETAILS = "Tests CDS blueprint enrichment and its upload to blueprint processor"
+
CLEANUP_FLAG = True
CDS_DD_FILE = Path(get_resource_location("templates/artifacts/dd.json"))