diff --git a/ci-scripts/Jenkinsfile-GitLab-Container b/ci-scripts/Jenkinsfile-GitLab-Container index 61b3774d0feb5370c2b0bde866e446e3bba93f1c..2d4e4d2abc98e48a253c2835e6a29d746ad101ee 100644 --- a/ci-scripts/Jenkinsfile-GitLab-Container +++ b/ci-scripts/Jenkinsfile-GitLab-Container @@ -304,6 +304,27 @@ pipeline { } } } + // Pipeline to test OAI LTE-UE + stage ("LTE-B200-FDD-OAICN4G-Container") { + when { expression {do4Gtest} } + steps { + script { + triggerSlaveJob ('RAN-LTE-FDD-OAICN4G-Container', 'RAN-LTE-FDD-OAICN4G-Container') + } + } + post { + always { + script { + finalizeSlaveJob('RAN-LTE-FDD-OAICN4G-Container') + } + } + failure { + script { + currentBuild.result = 'FAILURE' + } + } + } + } stage ("LTE-B200-TDD-LTEBOX-Container") { when { expression {do4Gtest} } steps { diff --git a/ci-scripts/xml_files/container_lte_b200_fdd_10Mhz_tm1_oaiue_cleanup.xml b/ci-scripts/xml_files/container_lte_b200_fdd_10Mhz_tm1_oaiue_cleanup.xml new file mode 100644 index 0000000000000000000000000000000000000000..f17f4ada327330df26f6e0368eb3b84e9b35b827 --- /dev/null +++ b/ci-scripts/xml_files/container_lte_b200_fdd_10Mhz_tm1_oaiue_cleanup.xml @@ -0,0 +1,45 @@ +<!-- + + Licensed to the OpenAirInterface (OAI) Software Alliance under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The OpenAirInterface Software Alliance licenses this file to You under + the OAI Public License, Version 1.1 (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.openairinterface.org/?page_id=698 + + 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. + + For more information about the OpenAirInterface (OAI) Software Alliance: + contact@openairinterface.org + +--> +<testCaseList> + <htmlTabRef>test-fdd-10-tm1</htmlTabRef> + <htmlTabName>Test-FDD-10MHz-TM1</htmlTabName> + <htmlTabIcon>tasks</htmlTabIcon> + <TestCaseRequestedList> +222222 +333333 + </TestCaseRequestedList> + <TestCaseExclusionList></TestCaseExclusionList> + + <testCase id="222222"> + <class>Clean_Test_Server_Images</class> + <desc>Clean Test Images on eNB Test Server</desc> + <test_svr_id>0</test_svr_id> + </testCase> + + <testCase id="333333"> + <class>Clean_Test_Server_Images</class> + <desc>Clean Test Images on LTE-UE Test Server</desc> + <test_svr_id>1</test_svr_id> + </testCase> + +</testCaseList>