Merge "Update NSBPerf CLI to adapt to new output format"
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc076.yaml
1 ---
2
3 schema: "yardstick:task:0.1"
4
5 description: >
6     Yardstick TC076 config file;
7     Monitor network metrics provided by the kernel in a host and calculate
8     IP datagram error rate, ICMP message error rate, TCP segment error rate and
9     UDP datagram error rate.
10
11 scenarios:
12 -
13   type: Ping
14   run_in_background: true
15   options:
16     packetsize: 200
17
18   host: demeter.yardstick-TC076
19   target: poseidon.yardstick-TC076
20
21 -
22   type: Nstat
23   options:
24     duration: 300
25
26   host: poseidon.yardstick-TC076
27
28   runner:
29     type: Iteration
30     iterations: 1
31
32   sla:
33     IP_datagram_error_rate: 0.01
34     action: monitor
35
36 context:
37   name: yardstick-TC076
38   image: yardstick-image
39   flavor: yardstick-flavor
40   user: ubuntu
41
42   placement_groups:
43     pgrp1:
44       policy: "availability"
45
46   servers:
47     demeter:
48       floating_ip: true
49       placement: "pgrp1"
50     poseidon:
51       floating_ip: true
52       placement: "pgrp1"
53
54   networks:
55     test:
56       cidr: '10.0.1.0/24'