Adding support for cellular idle power tests

Bug: 135153512
Test: Manual
Change-Id: I560c334333dd22726ae750ac9bb27ff2366bfd1f
diff --git a/acts/tests/google/power/tel/lab/PowerTelIdleSuiteTest.py b/acts/tests/google/power/tel/lab/PowerTelIdleSuiteTest.py
new file mode 100644
index 0000000..482be8c
--- /dev/null
+++ b/acts/tests/google/power/tel/lab/PowerTelIdleSuiteTest.py
@@ -0,0 +1,25 @@
+#!/usr/bin/env python3.4
+#
+#   Copyright 2018 - The Android Open Source Project
+#
+#   Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+#
+#   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.
+
+from PowerTelIdleTest import PowerTelIdleTest
+
+
+class PowerTelIdle_LTE_Test(PowerTelIdleTest):
+    def test_lte_idle_band_13_pul_low_bw_10_tm_1_mimo_1x1_rrcstatuschangetimer_10_1(self):
+        self.power_tel_idle_test()
+
+    def test_lte_idle_band_41_pul_low_bw_10_tm_1_mimo_1x1_rrcstatuschangetimer_10_tddconfig_2_2(self):
+        self.power_tel_idle_test()
\ No newline at end of file