From d1adf821aea259ab38794cab1f584ce955eab7b4 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Wed, 6 Jul 2016 12:26:46 +0200 Subject: SFC Testcase for functest JIRA: FUNCTEST-354 This test case creates two chains, one blocks ssh, the other http We check with the client that the blocking works in one and then we change the classifier rules to check the other one Change-Id: I7d12f5d8b4bc4a7e1566f04e02ca78ac2a4e0920 Signed-off-by: Manuel Buil --- testcases/features/sfc/test-vnfd2.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 testcases/features/sfc/test-vnfd2.yaml (limited to 'testcases/features/sfc/test-vnfd2.yaml') diff --git a/testcases/features/sfc/test-vnfd2.yaml b/testcases/features/sfc/test-vnfd2.yaml new file mode 100644 index 000000000..fd7ba0fce --- /dev/null +++ b/testcases/features/sfc/test-vnfd2.yaml @@ -0,0 +1,31 @@ +template_name: test-vnfd2 +description: firewall2-example + +service_properties: + Id: firewall2-vnfd + vendor: tacker + version: 1 + type: + - firewall2 +vdus: + vdu1: + id: vdu1 + vm_image: sf_summit2016 + instance_type: custom + service_type: firewall2 + + 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 -- cgit 1.2.3-korg