[VOL-4093] Added TT Multi-Tcont Test

Change-Id: I919068810006086205d7fca3d9225a7364640fec
diff --git a/tests/data/flex-ocp-cord-TT-multi-tcont-tests-input.yaml b/tests/data/flex-ocp-cord-TT-multi-tcont-tests-input.yaml
new file mode 100644
index 0000000..dc2ab1e
--- /dev/null
+++ b/tests/data/flex-ocp-cord-TT-multi-tcont-tests-input.yaml
@@ -0,0 +1,62 @@
+# Copyright 2021-present Open Networking Foundation
+#
+# 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.
+
+# Automated multi-tcont tests input configuration for Flex POD 1
+
+---
+
+multi_tcont_tests:
+  tcont1:
+    -
+      onu: 'ALPHe3d1cea3'
+      service_type: 'voip'
+      us_bw_profile: 'TCONT_TYPE1_200Mbps_Fixed_ForVOIP'
+  tcont1tcont4:
+    -
+      onu: 'ALPHe3d1cea3'
+      service_type: 'voip'
+      us_bw_profile: 'TCONT_TYPE1_200Mbps_Fixed_ForVOIP'
+    -
+      onu: 'ALPHe3d1cea3'
+      service_type: 'hsia'
+      us_bw_profile: 'TCONT_TYPE4_1Gbps_Peak_User1_HSI_Upstream'
+  tcont2tcont4:
+    -
+      onu: 'ALPHe3d1cea3'
+      service_type: 'vod'
+      us_bw_profile: 'TCONT_TYPE2_500Mbps_Assured_ForVoD'
+    -
+      onu: 'ALPHe3d1cea3'
+      service_type: 'hsia'
+      us_bw_profile: 'TCONT_TYPE4_1Gbps_Peak_User1_HSI_Upstream'
+  tcont2tcont3:
+    -
+      onu: 'ALPHe3d1cea3'
+      service_type: 'vod'
+      us_bw_profile: 'TCONT_TYPE2_500Mbps_Assured_ForVoD'
+    -
+      onu: 'ALPHe3d1ceb7'
+      service_type: 'vod'
+      us_bw_profile: 'TCONT_TYPE3_700Mbps_Peak_500Mbps_Assured_ForVoD'
+  tcont4tcont5:
+    -
+      onu: 'ALPHe3d1cea3'
+      service_type: 'hsia'
+      us_bw_profile: 'TCONT_TYPE4_1Gbps_Peak_User1_HSI_Upstream'
+    -
+      onu: 'ALPHe3d1ceb7'
+      service_type: 'hsia'
+# yamllint disable
+      us_bw_profile: 'TCONT_TYPE5_1Gbps_Peak_500Mbps_Assured_200Mbps_Fixed_User1_HSI_Upstream'
+# yamllint enable