diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2021-07-05 10:45:05 +0000 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2021-07-05 14:41:55 +0000 |
commit | 7fbd9f67fa43997bc8b030ab24dcc4315493c1b1 (patch) | |
tree | 73defcf7b5fcdc82134b10e74198115b464337d6 /src/onaptests/configuration | |
parent | 7cbad7912c0d14cbc06f7491ae77222b4feb23ed (diff) |
[TEST] Basic macro stability scenario
Issue-ID: TEST-349
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I951e9720668de9bf00136d4e043c9fe8950061f1
Diffstat (limited to 'src/onaptests/configuration')
-rw-r--r-- | src/onaptests/configuration/basic_vm_macro_stability_settings.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/onaptests/configuration/basic_vm_macro_stability_settings.py b/src/onaptests/configuration/basic_vm_macro_stability_settings.py new file mode 100644 index 0000000..06938c4 --- /dev/null +++ b/src/onaptests/configuration/basic_vm_macro_stability_settings.py @@ -0,0 +1,4 @@ +from .basic_vm_macro_settings import * # pylint: disable=W0614 + +SERVICE_YAML_TEMPLATE = Path(Path(__file__).parent.parent, "templates/vnf-services/" + + "basic_vm_macro_stability-service.yaml") |