test_case_list_template.xml 3.87 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
<!--

 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

-->
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
<testCaseList>
	<TestCaseRequestedList>010101 050101 060101 070101 030101 030201 050201 070201 060201</TestCaseRequestedList>
	<TestCaseExclusionList>010102 030102 030103 030104 030105 030106</TestCaseExclusionList>

	<!-- eNB class command references -->

	<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="010102">
		<class>Build_eNB</class>
		<desc>Build eNB (USRP)</desc>
		<Build_eNB_args>-w BLADERF -x -c --eNB</Build_eNB_args>
	</testCase>

	<testCase id="030101">
		<class>Initialize_eNB</class>
		<desc>Initialize eNB (FDD/Band1/5MHz/info)</desc>
44
		<Initialize_eNB_args>-O enb.band7.tm1.50PRB.usrpb210.conf</Initialize_eNB_args>
45 46 47 48 49
	</testCase>

	<testCase id="030102">
		<class>Initialize_eNB</class>
		<desc>Initialize eNB (FDD/Band1/10MHz/info)</desc>
50
		<Initialize_eNB_args>-O 10M.band1.FDD.info.conf</Initialize_eNB_args>
51 52 53 54 55
	</testCase>

	<testCase id="030103">
		<class>Initialize_eNB</class>
		<desc>Initialize eNB (FDD/Band1/20MHz/info)</desc>
56
		<Initialize_eNB_args>-O 20M.band1.FDD.info.conf</Initialize_eNB_args>
57 58 59 60 61
	</testCase>

	<testCase id="030104">
		<class>Initialize_eNB</class>
		<desc>Initialize eNB (TDD/Band38/5MHz/info)</desc>
62
		<Initialize_eNB_args>-O 5M.band38.TDD.info.conf</Initialize_eNB_args>
63 64 65 66 67
	</testCase>

	<testCase id="030105">
		<class>Initialize_eNB</class>
		<desc>Initialize eNB (TDD/Band38/10MHz/info)</desc>
68
		<Initialize_eNB_args>-O 10M.band38.TDD.info.conf</Initialize_eNB_args>
69 70 71 72 73
	</testCase>

	<testCase id="030106">
		<class>Initialize_eNB</class>
		<desc>Initialize eNB (TDD/Band38/20MHz/info)</desc>
74
		<Initialize_eNB_args>-O 20M.band38.TDD.info.conf</Initialize_eNB_args>
75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142
	</testCase>

	<testCase id="030201">
		<class>Terminate_eNB</class>
		<desc>Terminate eNB</desc>
	</testCase>

	<!-- UE class command references -->

	<testCase id="040101">
		<class>Initialize_UE</class>
		<desc>Initialize UE</desc>
	</testCase>

	<testCase id="040201">
		<class>Terminate_UE</class>
		<desc>Terminate UE</desc>
	</testCase>

	<testCase id="040301">
		<class>Attach_UE</class>
		<desc>Attach UE</desc>
	</testCase>

	<testCase id="040401">
		<class>Detach_UE</class>
		<desc>Detach UE</desc>
	</testCase>


	<testCase id="040701">
		<class>Reboot_UE</class>
		<desc>Reboot UE</desc>
	</testCase>

	<!-- EPC class command references -->

        <testCase id="050101">
		<class>Initialize_HSS</class>
		<desc>Initialize HSS</desc>
        </testCase>

        <testCase id="050201">
		<class>Terminate_HSS</class>
		<desc>Terminate HSS</desc>
        </testCase>

	<testCase id="060101">
		<class>Initialize_MME</class>
		<desc>Initialize MME</desc>
	</testCase>

	<testCase id="060201">
		<class>Terminate_MME</class>
		<desc>Terminate MME</desc>
	</testCase>

	<testCase id="070101">
		<class>Initialize_SPGW</class>
		<desc>Initialize SPGW</desc>
	</testCase>

	<testCase id="070201">
		<class>Terminate_SPGW</class>
		<desc>Terminate SPGW</desc>
	</testCase>

</testCaseList>