Merge "Adding ping testcase to demonstrate the isb Generic framework"
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc042.yaml
1 ---
2
3 schema: "yardstick:task:0.1"
4 description: >
5     Yardstick TC042 config file;
6     Measure network latency using testpmd and pktgen-dpdk.
7
8 scenarios:
9 -
10   type: PktgenDPDKLatency
11   options:
12     packetsize: 64
13     rate: 100
14
15   host: demeter.yardstick-TC042
16   target: poseidon.yardstick-TC042
17
18   runner:
19     type: Iteration
20     iterations: 1
21     interval: 1
22
23   sla:
24     max_latency: 100
25     action: monitor
26
27 context:
28   name: yardstick-TC042
29   image: yardstick-image-pktgen-ready
30   flavor: yardstick-pktgen-dpdk.flavor
31   user: ubuntu
32
33   placement_groups:
34     pgrp1:
35       policy: "availability"
36
37   servers:
38     demeter:
39       floating_ip: true
40       placement: "pgrp1"
41     poseidon:
42       floating_ip: true
43       placement: "pgrp1"
44
45   networks:
46     test:
47       cidr: '10.0.1.0/24'
48     test2:
49       cidr: '10.0.2.0/24'
50     test3:
51       cidr: '10.0.3.0/24'