From 9a4ed05300b2aed28e8d2ec213049d5475655577 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Tue, 24 May 2016 16:11:53 +0200 Subject: SFC Yardstick test Modifications of the SFC Yardstick test The test creates two chains. One chain blocks HTTP the other one blocks SSH. We doublecheck that HTTP works in one but not in the other and the same for SSH. There are some things that must be modified manually as ODL is not yet ready for ovs 2.5.90. Here are the instructions: https://wiki.opnfv.org/display/sfc/Yardstick Change-Id: Ide6588a682f3491ab58c47ee7335205868c109fc Signed-off-by: Manuel Buil --- samples/sfc.yaml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 samples/sfc.yaml (limited to 'samples/sfc.yaml') diff --git a/samples/sfc.yaml b/samples/sfc.yaml new file mode 100644 index 000000000..07c59cbc2 --- /dev/null +++ b/samples/sfc.yaml @@ -0,0 +1,50 @@ +#SFC test case using Tacker as Orchestrator and Netvirt as classifier + +schema: "yardstick:task:0.1" + +scenarios: +- + type: sfc + + host: http_client.sfc_test1 + target: http_server.sfc_test2 + + runner: + type: Iteration + iterations: 1 + interval: 1 + +contexts: +- + name: sfc_test1 + user: root + placement_groups: + pgrp1: + policy: "availability" + servers: + http_client: + flavor: m1.small + image: sfc + floating_ip: true + placement: "pgrp1" + networks: + sfc-net_mgmt: + cidr: '11.0.0.0/24' + +- + + name: sfc_test2 + user: root + placement_groups: + pgrp1: + policy: "availability" + servers: + http_server: + flavor: m1.small + image: sfc + floating_ip: true + placement: "pgrp1" + networks: + sfc-net_mgmt: + cidr: '11.0.0.0/24' + -- cgit 1.2.3-korg