diff options
author | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2021-01-05 20:58:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-01-05 20:58:12 +0000 |
commit | d089e89005df1b4b3b6238a2937e23791c07d9ae (patch) | |
tree | f527f96f06985e770cd60be71b62260ae48dfcc2 /tests/data | |
parent | a2da63228ee409830170239c7ad0d9c073793909 (diff) | |
parent | af63861d32daac92cfaf1e00842fa23bc6ba7c6b (diff) |
Merge "PNF macro instantiation"
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 |