diff options
author | Ricardo Noriega <ricardo.noriega.de.soto@ericsson.com> | 2016-01-19 17:41:22 +0100 |
---|---|---|
committer | Jörgen Karlsson <jorgen.w.karlsson@ericsson.com> | 2016-01-29 18:28:12 +0000 |
commit | 805aaa50d226e8c91b69af0252aef68eda1551c3 (patch) | |
tree | 86fabb60b05b71e8e632887b31c69512577b93a6 /tests/sfc/sfc_TC02.yaml | |
parent | f879c91a15dfd0de24367dd098c8c796851f9769 (diff) |
Service Function Chaining test cases
Change-Id: Id4c8b1bc05e768bdb2b8f17798f13f4d83dcd9d6
Signed-off-by: Ricardo Noriega <ricardo.noriega.de.soto@ericsson.com>
Diffstat (limited to 'tests/sfc/sfc_TC02.yaml')
-rw-r--r-- | tests/sfc/sfc_TC02.yaml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/tests/sfc/sfc_TC02.yaml b/tests/sfc/sfc_TC02.yaml new file mode 100644 index 000000000..85e6eeb52 --- /dev/null +++ b/tests/sfc/sfc_TC02.yaml @@ -0,0 +1,36 @@ +#SFC test case using Tacker as Orchestrator and Netvirt as classifier + +schema: "yardstick:task:0.1" + +scenarios: +- + type: sfc + + host: http_client.sfc + target: http_server.sfc + + runner: + type: Iteration + iterations: 1 + interval: 1 + +contexts: +- + name: sfc + placement_groups: + pgrp1: + policy: "availability" + servers: + http_client: + flavor: m1.tiny + image: cirros-0.3.3 + floating_ip: true + placement: "pgrp1" + http_server: + flavor: sfc_custom + image: sfc + floating_ip: true + placement: "pgrp1" + networks: + net_mgmt: + cidr: '11.0.0.0/24' |