aboutsummaryrefslogtreecommitdiffstats
path: root/tools/pkt_gen/__init__.py
blob: 3068817d884003c0edd3f5852a8c3ee7025b81fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2015 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.

"""
Packet generators package which contain:
- All relevant implementations of packet generators.
- Interface definition stored in "trafficgen"
"""
oha daily task suite schema: "yardstick:suite:0.1" name: "os-nosdn-lxd-noha" test_cases_dir: "tests/opnfv/test_cases/" test_cases: - file_name: opnfv_yardstick_tc002.yaml constraint: installer: joid pod: intel-pod5,intel-pod6 task_args: intel-pod5: '{"image": "Cirros LXC 0.3"}' intel-pod6: '{"image": "Cirros LXC 0.3"}' - file_name: opnfv_yardstick_tc005.yaml - file_name: opnfv_yardstick_tc010.yaml - file_name: opnfv_yardstick_tc011.yaml - file_name: opnfv_yardstick_tc012.yaml - file_name: opnfv_yardstick_tc014.yaml - file_name: opnfv_yardstick_tc037.yaml - file_name: opnfv_yardstick_tc055.yaml constraint: installer: compass pod: huawei-pod1 task_args: huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml", "host": "node5.yardstick-TC055"}' - file_name: opnfv_yardstick_tc063.yaml constraint: installer: compass pod: huawei-pod1 task_args: huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml", "host": "node5.yardstick-TC063"}' - file_name: opnfv_yardstick_tc069.yaml - file_name: opnfv_yardstick_tc070.yaml - file_name: opnfv_yardstick_tc071.yaml - file_name: opnfv_yardstick_tc072.yaml - file_name: opnfv_yardstick_tc075.yaml constraint: installer: compass pod: huawei-pod1 task_args: huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml", "host": "node1.LF"}'