summaryrefslogtreecommitdiffstats
path: root/INFO
blob: 069d3d0b5dd7f0fbbde50e2774f391f8b6343cb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Project: Release Engineering (Releng)
Project Creation Date: July 14, 2015
Project Category: Integration & Testing
Lifecycle State: Incubation
Primary Contact: Fatih Degirmenci
Project Lead: Fatih Degirmenci
Jira Project Name: Release Engineering
Jira Project Prefix: RELENG
Mailing list tag: [releng]
IRC: Server:freenode.net Channel:#opnfv-octopus
Repository: releng

Committers:
Fatih Degirmenci (Ericsson, fatih.degirmenci@ericsson.com)
Aric Gardner (Linux Foundation, agardner@linuxfoundation.org)
Tim Rozet (Red Hat, trozet@redhat.com)
Morgan Richomme (Orange, morgan.richomme@orange.com)
Matthew Lijun (Huawei, matthew.lijun@huawei.com)
Jose Lausuch (Ericsson, jose.lausuch@ericsson.com)
Ryota Mibu (NEC, r-mibu@cq.jp.nec.com)
Mei Mei (Huawei, meimei@huawei.com)
Trevor Bramwell (Linux Foundation, tbramwell@linuxfoundation.org)
Serena Feng (ZTE, feng.xiaowei@zte.com.cn)
Yolanda Robla Mota (Red Hat, yroblamo@redhat.com)
Markos Chandras (SUSE, mchandras@suse.de)

Link to TSC approval of the project: http://ircbot.wl.linuxfoundation.org/meetings/opnfv-meeting/2015/opnfv-meeting.2015-07-14-14.00.html
Link to TSC voting for removal of Victor Laza as committer: http://meetbot.opnfv.org/meetings/opnfv-meeting/2016/opnfv-meeting.2016-02-16-14.59.html
Link to nomination and acceptance of Mei Mei as committer: http://lists.opnfv.org/pipermail/opnfv-tsc/2016-March/002228.html
Links to nomination and accceptance of Trevor Bramwell as committer: http://lists.opnfv.org/pipermail/opnfv-tech-discuss/2016-July/011659.html and http://lists.opnfv.org/pipermail/opnfv-tech-discuss/2016-July/011714.html
n> # 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. # VSPERF specific configuration file for execution of RFC2544 back2back # traffic. # This test uses a dummy traffic generator, which does not execute a real # traffic. The purpose of this test is to demonstrate vsperf execution # by yardstick environment. Provided 'test_params' option can modified # to use a real traffic generator. # Details about supported test options and test case execution can be # found in VSPERF documentation: # # http://artifacts.opnfv.org/vswitchperf/docs/userguide/yardstick.html schema: "yardstick:task:0.1" scenarios: - type: Vsperf options: testname: 'rfc2544_back2back' frame_size: '64' test_params: 'TRAFFICGEN="Dummy"; TRAFFIC={ "traffic_type":"rfc2544_back2back" }; TRAFFICGEN_DUMMY_RESULTS={ "b2b frames":"10000", "b2b frame loss %":"0.0", }' host: vsperf.demo runner: type: Sequence scenario_option_name: frame_size sequence: - 64 - 128 - 512 - 1024 - 1518 sla: # The throughput SLA (or any other SLA) cannot be set to a meaningful # value without knowledge of the server and networking environment, # possibly including prior testing in that environment to establish # a baseline SLA level under well-understood circumstances. metrics: 'b2b_frames' b2b_frames: 1 action: monitor context: name: demo image: vsperf flavor: vsperf-flavor user: ubuntu placement_groups: pgrp1: policy: "availability" servers: vsperf: floating_ip: true placement: "pgrp1" networks: test: cidr: '10.0.0.0/24'