From b04ef7e289af6d740a384555d3ad7338eadadc0f Mon Sep 17 00:00:00 2001 From: Raphael Defosseux <raphael.defosseux@eurecom.fr> Date: Fri, 27 Jul 2018 17:21:25 +0200 Subject: [PATCH] CI: Adding license banner to python script and xml testcases Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr> --- ci-scripts/main.py | 20 ++++++++++++++ .../xml_files/build_enb_usrp_start_epc.xml | 26 ------------------- ci-scripts/xml_files/enb_usrp210_band7.xml | 22 ++++++++++++++++ .../xml_files/enb_usrpB210_band7_50PRB.xml | 22 ++++++++++++++++ ci-scripts/xml_files/terminate_epc.xml | 25 ------------------ .../xml_files/test_case_list_template.xml | 22 ++++++++++++++++ 6 files changed, 86 insertions(+), 51 deletions(-) delete mode 100644 ci-scripts/xml_files/build_enb_usrp_start_epc.xml delete mode 100644 ci-scripts/xml_files/terminate_epc.xml diff --git a/ci-scripts/main.py b/ci-scripts/main.py index cca66c2d86..71158416dc 100644 --- a/ci-scripts/main.py +++ b/ci-scripts/main.py @@ -1,3 +1,23 @@ +#/* +# * 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 +# */ #--------------------------------------------------------------------- # Python for CI of OAI-eNB + COTS-UE # diff --git a/ci-scripts/xml_files/build_enb_usrp_start_epc.xml b/ci-scripts/xml_files/build_enb_usrp_start_epc.xml deleted file mode 100644 index 90c0dd6fc2..0000000000 --- a/ci-scripts/xml_files/build_enb_usrp_start_epc.xml +++ /dev/null @@ -1,26 +0,0 @@ -<testCaseList> - <TestCaseRequestedList>010101 050101 060101 070101</TestCaseRequestedList> - <TestCaseExclusionList></TestCaseExclusionList> - - <testCase id="010101"> - <class>Build_eNB</class> - <desc>Build eNB (USRP)</desc> - <Build_eNB_args>-w USRP -x -c --eNB</Build_eNB_args> - </testCase> - - <testCase id="050101"> - <class>Initialize_HSS</class> - <desc>Initialize HSS</desc> - </testCase> - - <testCase id="060101"> - <class>Initialize_MME</class> - <desc>Initialize MME</desc> - </testCase> - - <testCase id="070101"> - <class>Initialize_SPGW</class> - <desc>Initialize SPGW</desc> - </testCase> - -</testCaseList> diff --git a/ci-scripts/xml_files/enb_usrp210_band7.xml b/ci-scripts/xml_files/enb_usrp210_band7.xml index d4aeca1e05..5b15d546f3 100644 --- a/ci-scripts/xml_files/enb_usrp210_band7.xml +++ b/ci-scripts/xml_files/enb_usrp210_band7.xml @@ -1,3 +1,25 @@ +<!-- + + 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> <TestCaseRequestedList>010101 050101 060101 070101 040101 030101 040301 040501 040601 040602 040603 040401 040201 030201 040101 030111 040301 040511 040611 040612 040613 040401 040201 030201</TestCaseRequestedList> <TestCaseExclusionList></TestCaseExclusionList> diff --git a/ci-scripts/xml_files/enb_usrpB210_band7_50PRB.xml b/ci-scripts/xml_files/enb_usrpB210_band7_50PRB.xml index a58986dde1..56dfe2be72 100644 --- a/ci-scripts/xml_files/enb_usrpB210_band7_50PRB.xml +++ b/ci-scripts/xml_files/enb_usrpB210_band7_50PRB.xml @@ -1,3 +1,25 @@ +<!-- + + 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> <TestCaseRequestedList>030101 040101 040301 040501 040401 040201 030201</TestCaseRequestedList> <TestCaseExclusionList></TestCaseExclusionList> diff --git a/ci-scripts/xml_files/terminate_epc.xml b/ci-scripts/xml_files/terminate_epc.xml deleted file mode 100644 index 38dda98089..0000000000 --- a/ci-scripts/xml_files/terminate_epc.xml +++ /dev/null @@ -1,25 +0,0 @@ -<testCaseList> - <TestCaseRequestedList>030201 050201 070201 060201</TestCaseRequestedList> - <TestCaseExclusionList></TestCaseExclusionList> - - <testCase id="030201"> - <class>Terminate_eNB</class> - <desc>Terminate eNB</desc> - </testCase> - - <testCase id="050201"> - <class>Terminate_HSS</class> - <desc>Terminate HSS</desc> - </testCase> - - <testCase id="060201"> - <class>Terminate_MME</class> - <desc>Terminate MME</desc> - </testCase> - - <testCase id="070201"> - <class>Terminate_SPGW</class> - <desc>Terminate SPGW</desc> - </testCase> - -</testCaseList> diff --git a/ci-scripts/xml_files/test_case_list_template.xml b/ci-scripts/xml_files/test_case_list_template.xml index 4c53178924..bc06dc75ce 100644 --- a/ci-scripts/xml_files/test_case_list_template.xml +++ b/ci-scripts/xml_files/test_case_list_template.xml @@ -1,3 +1,25 @@ +<!-- + + 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> <TestCaseRequestedList>010101 050101 060101 070101 030101 030201 050201 070201 060201</TestCaseRequestedList> <TestCaseExclusionList>010102 030102 030103 030104 030105 030106</TestCaseExclusionList> -- 2.26.2