blob: dc2ab1e71225c68431736e9700d06f8c96752826 [file] [log] [blame]
Hardik Windlass2013d0c2021-05-20 13:37:25 +00001# Copyright 2021-present Open Networking Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15# Automated multi-tcont tests input configuration for Flex POD 1
16
17---
18
19multi_tcont_tests:
20 tcont1:
21 -
22 onu: 'ALPHe3d1cea3'
23 service_type: 'voip'
24 us_bw_profile: 'TCONT_TYPE1_200Mbps_Fixed_ForVOIP'
25 tcont1tcont4:
26 -
27 onu: 'ALPHe3d1cea3'
28 service_type: 'voip'
29 us_bw_profile: 'TCONT_TYPE1_200Mbps_Fixed_ForVOIP'
30 -
31 onu: 'ALPHe3d1cea3'
32 service_type: 'hsia'
33 us_bw_profile: 'TCONT_TYPE4_1Gbps_Peak_User1_HSI_Upstream'
34 tcont2tcont4:
35 -
36 onu: 'ALPHe3d1cea3'
37 service_type: 'vod'
38 us_bw_profile: 'TCONT_TYPE2_500Mbps_Assured_ForVoD'
39 -
40 onu: 'ALPHe3d1cea3'
41 service_type: 'hsia'
42 us_bw_profile: 'TCONT_TYPE4_1Gbps_Peak_User1_HSI_Upstream'
43 tcont2tcont3:
44 -
45 onu: 'ALPHe3d1cea3'
46 service_type: 'vod'
47 us_bw_profile: 'TCONT_TYPE2_500Mbps_Assured_ForVoD'
48 -
49 onu: 'ALPHe3d1ceb7'
50 service_type: 'vod'
51 us_bw_profile: 'TCONT_TYPE3_700Mbps_Peak_500Mbps_Assured_ForVoD'
52 tcont4tcont5:
53 -
54 onu: 'ALPHe3d1cea3'
55 service_type: 'hsia'
56 us_bw_profile: 'TCONT_TYPE4_1Gbps_Peak_User1_HSI_Upstream'
57 -
58 onu: 'ALPHe3d1ceb7'
59 service_type: 'hsia'
60# yamllint disable
61 us_bw_profile: 'TCONT_TYPE5_1Gbps_Peak_500Mbps_Assured_200Mbps_Fixed_User1_HSI_Upstream'
62# yamllint enable