aboutsummaryrefslogtreecommitdiffstats
path: root/src/onaptests/configuration/basic_vm_settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/onaptests/configuration/basic_vm_settings.py')
-rw-r--r--src/onaptests/configuration/basic_vm_settings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/onaptests/configuration/basic_vm_settings.py b/src/onaptests/configuration/basic_vm_settings.py
index 41a1dc4..00c03af 100644
--- a/src/onaptests/configuration/basic_vm_settings.py
+++ b/src/onaptests/configuration/basic_vm_settings.py
@@ -20,6 +20,9 @@ ONLY_INSTANTIATE = False
# if a yaml file is define, retrieve info from this yaml files
# if not declare the parameters in the settings
SERVICE_YAML_TEMPLATE = get_resource_location("templates/vnf-services/basic_vm-service.yaml")
+generate_service_config_yaml_file(service_name="basic_vm", # noqa
+ service_template="basic_vm-service.yaml.j2",
+ service_config=SERVICE_YAML_TEMPLATE)
try:
# Try to retrieve the SERVICE NAME from the yaml file