summaryrefslogtreecommitdiffstats
path: root/api/utils
AgeCommit message (Expand)AuthorFilesLines
2017-07-24Bugfix: missing license in api directorychenjiankun1-0/+8
2017-07-21Add API(v2) to run taskchenjiankun1-15/+23
2017-07-11Yardstick API architecture improvementchenjiankun1-44/+0
2017-06-30Change prepareYardstickEnv to prepare_env and add log infochenjiankun1-11/+2
2017-06-29Call core code directly in the API of run test casechenjiankun3-70/+38
2017-04-01Yardstick virtualenv supportchenjiankun3-7/+7
2017-02-08pylint fixes: remove redundant parens, fix comparison orderRoss Brattain2-2/+2
2017-01-12Add support for Python 3Ross Brattain3-10/+15
2016-12-28Record test case names when run a task using APIchenjiankun3-42/+26
2016-11-30Use flask jsonify method to return json resultchenjiankun1-3/+4
2016-11-29Bugfix: dict don't have startwith method error when use API to run test casechenjiankun1-1/+1
2016-11-24Create API to get test case resultchenjiankun3-1/+56
2016-11-22influx: use urlsplit.hostname instead of netlocRoss Brattain1-1/+1
2016-11-21Create API to run test caseschenjiankun4-0/+132
on.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
# Copyright (c) 2016-2017 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

schema: "nsb:traffic_profile:0.1"

name:            fixed
description:     Fixed traffic profile to run UDP traffic

traffic_profile:
  traffic_type: ProxRampProfile
  tolerated_loss: 0.0
  test_precision: 1.0
  packet_sizes: [64, 65]
  duration: 5
  lower_bound: 30.0
  upper_bound: 100.0
  step_interval: 10.0