Merge "BugFix: update to paramiko 1.18.0 to fix TypeError"
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc042.yaml
1 ##############################################################################
2 # Copyright (c) 2017 ZTE corporation and others.
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9 ---
10
11 schema: "yardstick:task:0.1"
12 description: >
13     Yardstick TC042 config file;
14     Measure network latency using testpmd and pktgen-dpdk.
15
16 scenarios:
17 -
18   type: PktgenDPDKLatency
19   options:
20     packetsize: 64
21     rate: 100
22
23   host: demeter.yardstick-TC042
24   target: poseidon.yardstick-TC042
25
26   runner:
27     type: Iteration
28     iterations: 1
29     interval: 1
30
31   sla:
32     max_latency: 100
33     action: monitor
34
35 context:
36   name: yardstick-TC042
37   image: yardstick-image-pktgen-ready
38   flavor: yardstick-pktgen-dpdk.flavor
39   user: ubuntu
40
41   placement_groups:
42     pgrp1:
43       policy: "availability"
44
45   servers:
46     demeter:
47       floating_ip: true
48       placement: "pgrp1"
49     poseidon:
50       floating_ip: true
51       placement: "pgrp1"
52
53   networks:
54     test:
55       cidr: '10.0.1.0/24'
56     test2:
57       cidr: '10.0.2.0/24'
58     test3:
59       cidr: '10.0.3.0/24'