aboutsummaryrefslogtreecommitdiffstats
path: root/src/onaptests/configuration/basic_vm_macro_stability_settings.py
blob: c128ae4206b49b6a4465c172c847aa91e2afaf79 (plain)
1
2
3
4
5
6
7
8
9
10
from .basic_vm_macro_settings import *  # noqa

from pathlib import Path

from onaptests.utils.resources import get_resource_location


SERVICE_YAML_TEMPLATE = Path(get_resource_location(
    "templates/vnf-services/basic_vm_macro_stability-service.yaml"))
MODEL_YAML_TEMPLATE = None