diff options
author | Manuel Buil <manuel.buil@ericsson.com> | 2016-11-24 13:22:56 +0100 |
---|---|---|
committer | Manuel Buil <manuelbuil87@gmail.com> | 2016-12-02 16:27:19 +0100 |
commit | d7779a17c0cc7fb6bca1e3797684b0870b136a0a (patch) | |
tree | 272fac277ef99fcf86bf514114965d92f5038f48 /tests/functest/odl-sfc/test2-vnfd1.yaml | |
parent | a48155e02bc18c6fa6ee57e9766b9eb4d389f2ac (diff) |
ODL-SFC Test 2 added
JIRA: SFC-55
Test case that checks the test case of 2 SFs in different computes
Change-Id: I00f9d9b28d8a90b6c5d49cd7b207ef728e46d14f
Signed-off-by: Manuel Buil <manuel.buil@ericsson.com>
Diffstat (limited to 'tests/functest/odl-sfc/test2-vnfd1.yaml')
-rw-r--r-- | tests/functest/odl-sfc/test2-vnfd1.yaml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/functest/odl-sfc/test2-vnfd1.yaml b/tests/functest/odl-sfc/test2-vnfd1.yaml new file mode 100644 index 00000000..5c672e38 --- /dev/null +++ b/tests/functest/odl-sfc/test2-vnfd1.yaml @@ -0,0 +1,31 @@ +template_name: test-vnfd1 +description: firewall1-example + +service_properties: + Id: firewall1-vnfd + vendor: tacker + version: 1 + type: + - firewall1 +vdus: + vdu1: + id: vdu1 + vm_image: sf_nsh_colorado + instance_type: custom + service_type: firewall1 + + network_interfaces: + management: + network: example-net + management: true + + placement_policy: + availability_zone: nova + + auto-scaling: noop + monitoring_policy: noop + failure_policy: respawn + + config: + param0: key0 + param1: key1 |