diff options
author | Denes Nemeth <denes.nemeth@nokia.com> | 2018-05-28 11:24:13 +0200 |
---|---|---|
committer | Denes Nemeth <denes.nemeth@nokia.com> | 2018-05-29 09:28:14 +0200 |
commit | b425177693b1fd0063a3bb499c7d6183da9434aa (patch) | |
tree | d953be0f56314357a16046aafaa558ff24c6c12e /nokiav2/driver/src/test/resources | |
parent | 9d6a50cd9c6f369d3bb712cfbe870a102f285c13 (diff) |
Use the ETSI config from package
Change-Id: I81c7a10c1c7e0f3e12531bc5a1196b22d0fcd774
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Issue-ID: VFC-728
Diffstat (limited to 'nokiav2/driver/src/test/resources')
-rw-r--r-- | nokiav2/driver/src/test/resources/unittests/TestCbamCatalogManager.sample.csar | bin | 2321 -> 2549 bytes | |||
-rw-r--r-- | nokiav2/driver/src/test/resources/unittests/vnfd.full.yaml | 5 | ||||
-rw-r--r-- | nokiav2/driver/src/test/resources/unittests/vnfd.instantiation.yaml | 3 |
3 files changed, 7 insertions, 1 deletions
diff --git a/nokiav2/driver/src/test/resources/unittests/TestCbamCatalogManager.sample.csar b/nokiav2/driver/src/test/resources/unittests/TestCbamCatalogManager.sample.csar Binary files differindex 1a179166..de27687e 100644 --- a/nokiav2/driver/src/test/resources/unittests/TestCbamCatalogManager.sample.csar +++ b/nokiav2/driver/src/test/resources/unittests/TestCbamCatalogManager.sample.csar diff --git a/nokiav2/driver/src/test/resources/unittests/vnfd.full.yaml b/nokiav2/driver/src/test/resources/unittests/vnfd.full.yaml index 460f7f10..94905506 100644 --- a/nokiav2/driver/src/test/resources/unittests/vnfd.full.yaml +++ b/nokiav2/driver/src/test/resources/unittests/vnfd.full.yaml @@ -17,8 +17,11 @@ topology_template: number_of_instances: 2 interfaces: Basic: + unknown: + Scl: scale: inputs: additional_parameters: jobId: kuku - a: valueInVnfd
\ No newline at end of file + a: valueInVnfd + unknown2:
\ No newline at end of file diff --git a/nokiav2/driver/src/test/resources/unittests/vnfd.instantiation.yaml b/nokiav2/driver/src/test/resources/unittests/vnfd.instantiation.yaml index ef858dbc..50a407d9 100644 --- a/nokiav2/driver/src/test/resources/unittests/vnfd.instantiation.yaml +++ b/nokiav2/driver/src/test/resources/unittests/vnfd.instantiation.yaml @@ -14,3 +14,6 @@ topology_template: vdu_levels: vdu1: number_of_instances: 2 + interfaces: + Basic: + unknown:
\ No newline at end of file |