aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sfc/sfc_TC02.yaml
blob: 85e6eeb5284b04df0078c0370a4b41c2032229b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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'