multi_rru_band38_build.xml 2.67 KB
Newer Older
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
<!--

 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>build-tab</htmlTabRef>
	<htmlTabName>Build</htmlTabName>
	<htmlTabIcon>wrench</htmlTabIcon>
	<TestCaseRequestedList>
28 29
 010101 010102 010103
 000101 000102 000103
30 31 32 33 34 35
	</TestCaseRequestedList>
	<TestCaseExclusionList></TestCaseExclusionList>

	<testCase id="010101">
		<class>Build_eNB</class>
		<desc>Build RCC</desc>
36
		<Build_eNB_args>-w USRP -c --eNB --ninja</Build_eNB_args>
37 38
		<eNB_instance>0</eNB_instance>
		<eNB_serverId>0</eNB_serverId>
39 40 41 42 43 44
		<backgroundBuild>True</backgroundBuild>
	</testCase>

	<testCase id="000101">
		<class>WaitEndBuild_eNB</class>
		<desc>Wait for end of Build RCC</desc>
45
		<Build_eNB_args>-w USRP -c --eNB --ninja</Build_eNB_args>
46 47
		<eNB_instance>0</eNB_instance>
		<eNB_serverId>0</eNB_serverId>
48 49 50 51 52
	</testCase>

	<testCase id="010102">
		<class>Build_eNB</class>
		<desc>Build Master RRU</desc>
53
		<Build_eNB_args>-w USRP -c --eNB --ninja</Build_eNB_args>
54 55
		<eNB_instance>1</eNB_instance>
		<eNB_serverId>1</eNB_serverId>
56 57 58 59 60 61
		<backgroundBuild>True</backgroundBuild>
	</testCase>

	<testCase id="000102">
		<class>WaitEndBuild_eNB</class>
		<desc>Wait for end of Build Master RRU</desc>
62
		<Build_eNB_args>-w USRP -c --eNB --ninja</Build_eNB_args>
63 64
		<eNB_instance>1</eNB_instance>
		<eNB_serverId>1</eNB_serverId>
65 66 67 68 69
	</testCase>

	<testCase id="010103">
		<class>Build_eNB</class>
		<desc>Build Slave RRU</desc>
70
		<Build_eNB_args>-w USRP -c --eNB --ninja</Build_eNB_args>
71 72
		<eNB_instance>2</eNB_instance>
		<eNB_serverId>2</eNB_serverId>
73 74 75 76 77 78
		<backgroundBuild>True</backgroundBuild>
	</testCase>

	<testCase id="000103">
		<class>WaitEndBuild_eNB</class>
		<desc>Wait for end of Build Slave RRU</desc>
79
		<Build_eNB_args>-w USRP -c --eNB --ninja</Build_eNB_args>
80 81
		<eNB_instance>2</eNB_instance>
		<eNB_serverId>2</eNB_serverId>
82 83 84
	</testCase>

</testCaseList>