aboutsummaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorliang gao <jean.gaoliang@huawei.com>2016-07-05 09:35:42 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-07-05 09:35:42 +0000
commit12f7ee47f39091be7b139f9bc083dbc675099937 (patch)
tree8a67ec369a79c86586b8efa129a281c5d8f2cc2e /samples
parent588631b53537b71330bd21e4f9aebb9de429b2a3 (diff)
parent9a4ed05300b2aed28e8d2ec213049d5475655577 (diff)
Merge "SFC Yardstick test"
Diffstat (limited to 'samples')
-rw-r--r--samples/sfc.yaml50
1 files changed, 50 insertions, 0 deletions
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'
+