summaryrefslogtreecommitdiff
path: root/acts_tests/tests/google/power/tel/PowerTelPdcch_Preset_Test.py
diff options
context:
space:
mode:
Diffstat (limited to 'acts_tests/tests/google/power/tel/PowerTelPdcch_Preset_Test.py')
-rw-r--r--acts_tests/tests/google/power/tel/PowerTelPdcch_Preset_Test.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/acts_tests/tests/google/power/tel/PowerTelPdcch_Preset_Test.py b/acts_tests/tests/google/power/tel/PowerTelPdcch_Preset_Test.py
index 270463853..937b953c7 100644
--- a/acts_tests/tests/google/power/tel/PowerTelPdcch_Preset_Test.py
+++ b/acts_tests/tests/google/power/tel/PowerTelPdcch_Preset_Test.py
@@ -22,11 +22,8 @@ class PowerTelPdcch_Preset_Test(PB.PowerCellularPresetLabBaseTest):
Requirements for this test are that mac padding is off and that the
inactivity timer is not enabled. """
- # Measure power
- self.collect_power_data()
-
- # Check if power measurement is within the required values
- self.pass_fail_check(self.avg_current)
+ # Measure power and check against threshold
+ self.collect_power_data_and_validate()
def test_preset_sa_pdcch_fr1(self):
self.power_pdcch_test()