blob: 7af7fea242b64d457bf21044ade7a85f9228de38 [file] [log] [blame]
Ignacio Guarna2dadc3f2019-09-17 06:57:22 +08001#!/usr/bin/env python3
Balaji Venkatesh4611c352019-07-16 17:46:27 -07002#
3# Copyright 2018 - The Android Open Source Project
4#
5# Licensed under the Apache License, Version 2.0 (the 'License');
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an 'AS IS' BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16
Xianyuan Jia63751fb2020-11-17 00:07:40 +000017import acts_contrib.test_utils.power.cellular.cellular_idle_power_test as cipt
Balaji Venkatesh4611c352019-07-16 17:46:27 -070018
19
Ignacio Guarna3b054a62019-12-13 15:55:28 -030020class PowerTelIdle_UMTS_Test(cipt.PowerTelIdleTest):
Balaji Venkatesh2e463a22019-07-18 19:25:38 -070021 def test_umts_idle_r_8_band_1_pul_low_rrcstatuschangetimer_10_1(self):
22 self.power_tel_idle_test()
23
24 def test_umts_idle_r_7_band_4_pul_low_rrcstatuschangetimer_20_2(self):
Balaji Venkatesh4611c352019-07-16 17:46:27 -070025 self.power_tel_idle_test()