aboutsummaryrefslogtreecommitdiffstats
path: root/src/onaptests/configuration/cba_enrichment_settings.py
blob: 2d05cd2fd0d3c9223973ae7d5cb55f81665ab21b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
from pathlib import Path

from onaptests.utils.resources import get_resource_location
from .settings import *  # pylint: disable=W0614

SERVICE_NAME = "CDS blueprint enrichment"

CLEANUP_FLAG = True

CDS_DD_FILE = Path(get_resource_location("templates/artifacts/dd.json"))
CDS_CBA_UNENRICHED = Path(get_resource_location("templates/artifacts/PNF_DEMO.zip"))
CDS_CBA_ENRICHED = "/tmp/PNF_DEMO_enriched.zip"
n class="nt"></groupId> <artifactId>apex-pdp</artifactId> <version>3.0.1-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.services</groupId> <artifactId>services</artifactId> <packaging>pom</packaging> <name>${project.artifactId}</name> <description>The main services of Apex, deployment independent.</description> <modules> <module>services-engine</module> <module>services-onappf</module> </modules> </project>