diff options
author | 2020-11-25 10:52:03 +0000 | |
---|---|---|
committer | 2020-12-16 12:54:40 +0000 | |
commit | af63861d32daac92cfaf1e00842fa23bc6ba7c6b (patch) | |
tree | 634460460c186c219ae1df50cf0e04bffd2384ff /tests/data | |
parent | 6a19fe0a4bbf2319af52c34a21ceca88cadd84cd (diff) |
PNF macro instantiation
Issue-ID: TEST-280
Change-Id: I6d18b90c3f4c66ddf8c9a4ebe3de7182481e331f
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/service_macro_template_pnfs.yaml | 4 | ||||
-rw-r--r-- | tests/data/service_macro_template_vnfs.yaml | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/tests/data/service_macro_template_pnfs.yaml b/tests/data/service_macro_template_pnfs.yaml new file mode 100644 index 0000000..b0559b6 --- /dev/null +++ b/tests/data/service_macro_template_pnfs.yaml @@ -0,0 +1,4 @@ +--- +test_pnfs: + pnfs: + - pnf_name: pnf diff --git a/tests/data/service_macro_template_vnfs.yaml b/tests/data/service_macro_template_vnfs.yaml new file mode 100644 index 0000000..28fcc49 --- /dev/null +++ b/tests/data/service_macro_template_vnfs.yaml @@ -0,0 +1,6 @@ +--- +test_vnfs: + vnfs: + - vnf_name: vnf + pnfs: + - pnf_name: pnf |