blob: 58e4395199a301acf1fbfa9dc199448e3b423359 (
plain)
1
2
3
4
5
6
7
8
9
|
from pathlib import Path
from onaptests.utils.resources import get_resource_location
from .basic_vm_macro_settings import * # noqa
SERVICE_YAML_TEMPLATE = Path(get_resource_location(
"templates/vnf-services/basic_vm_macro_stability-service.yaml"))
MODEL_YAML_TEMPLATE = None
|