From 72b6571f2b448e27a1d8c50dd8f27e564004d687 Mon Sep 17 00:00:00 2001 From: Juan Vidal Date: Mon, 13 Feb 2017 14:32:04 +0000 Subject: Introduce new test case: symmetric service chain JIRA: SFC-53 The goal is to verify that the traffic traverses the service chain, not only in the uplink (client --> server) direction, but also in the downlink (client <-- server) direction, which is the part that is not currently being covered by other test cases. Change-Id: I198a53e5afe3da1b397cee95627834856498b674 Signed-off-by: Juan Vidal --- sfc/tests/functest/vnfd-templates/test3-vnfd1.yaml | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 sfc/tests/functest/vnfd-templates/test3-vnfd1.yaml (limited to 'sfc/tests/functest/vnfd-templates') diff --git a/sfc/tests/functest/vnfd-templates/test3-vnfd1.yaml b/sfc/tests/functest/vnfd-templates/test3-vnfd1.yaml new file mode 100644 index 00000000..92e616bd --- /dev/null +++ b/sfc/tests/functest/vnfd-templates/test3-vnfd1.yaml @@ -0,0 +1,23 @@ +template_name: test-vnfd1 +description: firewall1-example + +service_properties: + Id: firewall1-vnfd + vendor: tacker + version: 1 + type: + - firewall1 +vdus: + vdu1: + id: vdu1 + vm_image: sfc_nsh_danube + instance_type: custom + service_type: firewall1 + + network_interfaces: + management: + network: example-net + management: true + + placement_policy: + availability_zone: { get_input: zone } -- cgit 1.2.3-korg