aboutsummaryrefslogtreecommitdiffstats
path: root/build/f_isoroot/f_kvm-pluginbuild/config.mk
blob: 19693df25be3f58f62490166e864acae28bb7b21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
##############################################################################
# Copyright (c) 2015 Ericsson AB and others.
# jonas.bjurel@eicsson.com
# 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
##############################################################################

KVMFORNFV_BRANCH?=master
KVMFORNFV_REPO?=https://gerrit.opnfv.org/gerrit/kvmfornfv
KVMFORNFV_CHANGE?=b6b08d2a80b2df28e496ce87705593ed59b282a3
"w"> "Ixia, Spirent, Xena, Moongen, etc."]; testcase => traffic_ctlr [ label = "create(traffic_gen_class)" ]; traffic_ctlr => traffic_gen [label = "create()"]; traffic_ctlr => traffic_gen [label = "connect()"]; testcase => traffic_ctlr [ label = "send_traffic(traffic)" ]; --- [ label = "foreach packet_size in configuration"]; traffic_ctlr note traffic_ctlr [ label = "invokes send_rfc2544_back2back/tput or send_cont based on traffic['traffic_type']; Also fetches duration/trials from config" ]; traffic_ctlr => traffic_gen [ label = "send_rfc2544_tput(traffic, ...)" ]; traffic_gen -> traffic_gen [ label = "start_rfc2544_tput(traffic)" ]; traffic_gen => traffic_defaults [ label = "default_traffic_params = read()" ]; traffic_gen note traffic_gen [ label = "merge traffic with default_traffic_params)" ]; traffic_gen note traffic_gen [ label = "Actual test starts here. Details of interactions between traffic_gen class actual traffic generator (HwSwTrafficGen) are hidden to vsperf"]; traffic_gen <=> HwSwTrafficGen [ label = "..."]; traffic_gen => traffic_gen [ label = "wait_rfc2544_throughput()"]; traffic_ctlr << traffic_gen [ label = "results (string/value pairs)"]; traffic_ctlr note traffic_ctlr [ label = "store_results()" ]; --- [ label = "end foreach"]; testcase => traffic_ctlr [label = "get_results()"]; testcase => testcase [label = "write_results_to_file"]; }