container_lte_b200_tdd_05Mhz_tm2.xml 6.78 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 28 29
<!--

 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

Replaces xml_files/enb_usrp210_band40_test_05mhz_tm2.xml

-->
<testCaseList>
    <htmlTabRef>test-tdd-05-tm2</htmlTabRef>
    <htmlTabName>Test-TDD-05MHz-TM2</htmlTabName>
    <htmlTabIcon>tasks</htmlTabIcon>
    <TestCaseRequestedList>
30
100000
31 32
111110
040101
33
800813
34 35
030105
040301 040502 040606 040608 040646 040648 040401 040201
36
030205
37
200000
38 39 40 41 42 43 44 45 46
    </TestCaseRequestedList>
    <TestCaseExclusionList></TestCaseExclusionList>

    <testCase id="111110">
        <class>Pull_Local_Registry</class>
        <desc>Pull Images from Local Registry</desc>
        <test_svr_id>0</test_svr_id>
        <images_to_pull>oai-enb</images_to_pull>
    </testCase>
47 48
    <testCase id="100000">
            <class>Custom_Command</class>
49
            <desc>Disable Sleep States</desc>
50 51 52 53 54
            <node>starsky</node>
            <command>sudo cpupower idle-set -D 0</command>
    </testCase>
    <testCase id="200000">
            <class>Custom_Command</class>
55
            <always_exec>true</always_exec>
56
            <desc>Enable Sleep States</desc>
57 58 59
            <node>starsky</node>
            <command>sudo cpupower idle-set -E</command>
    </testCase>
60 61
    <testCase id="800813">
        <class>Create_Workspace</class>
62
        <desc>Create new Workspace for server 0</desc>
63 64 65
        <eNB_instance>0</eNB_instance>
        <eNB_serverId>0</eNB_serverId>
    </testCase>  
66 67 68 69 70 71 72 73 74 75 76 77 78 79
    <testCase id="030105">
        <class>Deploy_Object</class>
        <desc>Deploy eNB (TDD/Band40/5MHz/B200) in a container</desc>
        <yaml_path>ci-scripts/yaml_files/lte_b200_tdd_05Mhz_tm2</yaml_path>
        <eNB_instance>0</eNB_instance>
        <eNB_serverId>0</eNB_serverId>
    </testCase>

    <testCase id="000001">
        <class>IdleSleep</class>
        <desc>Sleep</desc>
        <idle_sleep_time_in_sec>5</idle_sleep_time_in_sec>
    </testCase>

80
    <testCase id="030205">
81
        <class>Undeploy_Object</class>
82
        <always_exec>true</always_exec>
83 84 85 86 87 88 89 90 91
        <desc>Undeploy eNB</desc>
        <yaml_path>ci-scripts/yaml_files/lte_b200_tdd_05Mhz_tm2</yaml_path>
        <eNB_instance>0</eNB_instance>
        <eNB_serverId>0</eNB_serverId>
    </testCase>

    <testCase id="040101">
        <class>Initialize_UE</class>
        <desc>Initialize UE</desc>
92
        <id>adb_ue_1 adb_ue_2</id>
93 94 95
    </testCase>
    <testCase id="040201">
        <class>Terminate_UE</class>
96
        <always_exec>true</always_exec>
97
        <desc>Terminate UE</desc>
98
        <id>adb_ue_1 adb_ue_2</id>
99 100 101 102
    </testCase>
    <testCase id="040301">
        <class>Attach_UE</class>
        <desc>Attach UE</desc>
103
        <id>adb_ue_1 adb_ue_2</id>
104 105 106
    </testCase>
    <testCase id="040401">
        <class>Detach_UE</class>
107
        <always_exec>true</always_exec>
108
        <desc>Detach UE</desc>
109
        <id>adb_ue_1 adb_ue_2</id>
110 111 112 113 114
    </testCase>

    <testCase id="040502">
        <class>Ping</class>
        <desc>ping (5MHz - 20 sec)</desc>
115
        <ping_args>-c 20 %cn_ip%</ping_args>
116
        <ping_packetloss_threshold>25</ping_packetloss_threshold>
117
        <id>adb_ue_1 adb_ue_2</id>
118 119 120 121 122
    </testCase>

    <testCase id="040601">
        <class>Iperf</class>
        <desc>iperf (5MHz - DL/6.5Mbps/UDP)(30 sec)(balanced)</desc>
123
        <iperf_args>-u -b 6.5M -t 30 -R</iperf_args>
124 125
        <iperf_packetloss_threshold>50</iperf_packetloss_threshold>
        <iperf_profile>balanced</iperf_profile>
126
        <id>adb_ue_1 adb_ue_2</id>
127 128 129 130 131
    </testCase>

    <testCase id="040606">
        <class>Iperf</class>
        <desc>iperf (5MHz - DL/6.5Mbps/UDP)(30 sec)(single-ue)</desc>
132
        <iperf_args>-u -b 6.5M -t 30 -R</iperf_args>
133
        <iperf_packetloss_threshold>50</iperf_packetloss_threshold>
134
        <id>adb_ue_1</id>
135 136 137 138 139
    </testCase>

    <testCase id="040603">
        <class>Iperf</class>
        <desc>iperf (5MHz - DL/6.5Mbps/UDP)(30 sec)(unbalanced)</desc>
140
        <iperf_args>-u -b 6.5M -t 30</iperf_args>
141 142
        <iperf_packetloss_threshold>50</iperf_packetloss_threshold>
        <iperf_profile>unbalanced</iperf_profile>
143
        <id>adb_ue_1 adb_ue_2</id>
144 145 146 147 148
    </testCase>

    <testCase id="040608">
        <class>Iperf</class>
        <desc>iperf (5MHz - DL/TCP)(30 sec)(single-ue profile)</desc>
149
        <iperf_args>-t 30 -R</iperf_args>
150
        <id>adb_ue_1</id>
151 152 153 154 155
    </testCase>

    <testCase id="040605">
        <class>Iperf</class>
        <desc>iperf (5MHz - DL/TCP)(30 sec)</desc>
156
        <iperf_args>-t 30 -R</iperf_args>
157
        <id>adb_ue_1 adb_ue_2</id>
158 159 160 161 162
    </testCase>

    <testCase id="040641">
        <class>Iperf</class>
        <desc>iperf (5MHz - UL/2Mbps/UDP)(30 sec)(balanced)</desc>
163
        <iperf_args>-u -b 2M -t 30</iperf_args>
164 165
        <iperf_packetloss_threshold>50</iperf_packetloss_threshold>
        <iperf_profile>balanced</iperf_profile>
166
        <id>adb_ue_1 adb_ue_2</id>
167
        <svr_id>ltebox-nano</svr_id>
168 169 170 171 172
    </testCase>

    <testCase id="040646">
        <class>Iperf</class>
        <desc>iperf (5MHz - UL/2Mbps/UDP)(30 sec)(single-ue)</desc>
173
        <iperf_args>-u -b 2M -t 30</iperf_args>
174
        <iperf_packetloss_threshold>50</iperf_packetloss_threshold>
175
        <id>adb_ue_1</id>
176
        <svr_id>ltebox-nano</svr_id>
177 178 179 180 181
    </testCase>

    <testCase id="040643">
        <class>Iperf</class>
        <desc>iperf (5MHz - UL/2Mbps/UDP)(30 sec)(unbalanced)</desc>
182
        <iperf_args>-u -b 2M -t 30</iperf_args>
183 184
        <iperf_packetloss_threshold>50</iperf_packetloss_threshold>
        <iperf_profile>unbalanced</iperf_profile>
185
        <id>adb_ue_1 adb_ue_2</id>
186
        <svr_id>ltebox-nano</svr_id>
187 188 189 190 191
    </testCase>

    <testCase id="040648">
        <class>Iperf</class>
        <desc>iperf (5MHz - UL/TCP)(30 sec)(single-ue)</desc>
192
        <iperf_args>-t 30</iperf_args>
193
        <id>adb_ue_1</id>
194
        <svr_id>ltebox-nano</svr_id>
195 196 197 198 199
    </testCase>

    <testCase id="040645">
        <class>Iperf</class>
        <desc>iperf (5MHz - UL/TCP)(30 sec)</desc>
200
        <iperf_args>-t 30</iperf_args>
201
        <id>adb_ue_1 adb_ue_2</id>
202
        <svr_id>ltebox-nano</svr_id>
203 204 205
    </testCase>

</testCaseList>