summaryrefslogtreecommitdiffstats
path: root/nokiav2/driver/src/test/resources
diff options
context:
space:
mode:
authorYan Yang <yangyanyj@chinamobile.com>2018-05-30 05:22:01 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-30 05:22:01 +0000
commit1e6859ddd141a5cbc6d8b9fcd5c190e75c92d7f3 (patch)
treee8726a69f49da16250d180b0b12218eb61d018b1 /nokiav2/driver/src/test/resources
parente60aeec7f3236f1126feb16592d4b5aafacc86d2 (diff)
parentb425177693b1fd0063a3bb499c7d6183da9434aa (diff)
Merge "Use the ETSI config from package"
Diffstat (limited to 'nokiav2/driver/src/test/resources')
-rw-r--r--nokiav2/driver/src/test/resources/unittests/TestCbamCatalogManager.sample.csarbin2321 -> 2549 bytes
-rw-r--r--nokiav2/driver/src/test/resources/unittests/vnfd.full.yaml5
-rw-r--r--nokiav2/driver/src/test/resources/unittests/vnfd.instantiation.yaml3
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
index 1a179166..de27687e 100644
--- a/nokiav2/driver/src/test/resources/unittests/TestCbamCatalogManager.sample.csar
+++ b/nokiav2/driver/src/test/resources/unittests/TestCbamCatalogManager.sample.csar
Binary files differ
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