X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=samples%2Fpktgen.yaml;h=13464a84d285bb3aff38913f9d8f9313e5e62ad7;hb=90e407589014ecba0719fc123ed2e8b2bf86309c;hp=000a7cd9247f658c9d1cbe34e752a32692cc93e6;hpb=508e01d81a96c8ede773e6d0dd332892e9600ea7;p=yardstick.git diff --git a/samples/pktgen.yaml b/samples/pktgen.yaml index 000a7cd92..13464a84d 100644 --- a/samples/pktgen.yaml +++ b/samples/pktgen.yaml @@ -1,6 +1,16 @@ +############################################################################## +# Copyright (c) 2017 Ericsson AB and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## --- # Sample benchmark task config file # measure network throughput using pktgen +# with 2 stepping parameters. One stepping +# in positive and the other in negative direction schema: "yardstick:task:0.1" @@ -8,18 +18,27 @@ scenarios: - type: Pktgen options: - packetsize: 60 - number_of_ports: 10 + duration: 20 - host: client.demo - target: server.demo + host: demeter.demo + target: poseidon.demo runner: type: Arithmetic - name: number_of_ports - # run twice with values 10 and 20 - stop: 20 - step: 10 + interval: 2 + iter_type: nested_for_loops + # run with packetsize/number_of_ports: 60,20; 60,10; ... 70,10 + iterators: + - + name: packetsize + start: 60 + stop: 70 + step: 5 + - + name: number_of_ports + start: 20 + stop: 10 + step: -10 sla: max_ppm: 1000 @@ -27,25 +46,24 @@ scenarios: context: name: demo - image: yardstick-trusty-server + image: yardstick-image flavor: yardstick-flavor - user: ec2-user + user: ubuntu placement_groups: pgrp1: policy: "availability" servers: - client: + demeter: floating_ip: true placement: "pgrp1" - server: + poseidon: floating_ip: true placement: "pgrp1" networks: test: cidr: '10.0.1.0/24' - external_network: "net04_ext"