aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2016-05-20 15:45:54 -0700
committerAdnan Begovic <adnan@cyngn.com>2016-05-20 15:47:52 -0700
commitef4a783b6e9e177d1e1cbd13c700ba57fcb37bd6 (patch)
treed5397ad98b872f4951c14fa27166d668e91adbd4 /tests
parent8f50ecda5dbf45f03ad89577a5a15571f7f1a250 (diff)
downloadlineage-sdk-ef4a783b6e9e177d1e1cbd13c700ba57fcb37bd6.tar.gz
lineage-sdk-ef4a783b6e9e177d1e1cbd13c700ba57fcb37bd6.tar.bz2
lineage-sdk-ef4a783b6e9e177d1e1cbd13c700ba57fcb37bd6.zip
cmsdk: Skip powersave during testing.
Since powersave is ignored while the device is plugged in, and switching pluggedmodes via runtime executing dumpsys commands is blocked by sepolicy. Ignore the powersave portion of the test. Change-Id: Ia2b206649a7fc1960cc25d16ffd22379e7c616e3 TICKET: CYNGNOS-2603
Diffstat (limited to 'tests')
-rw-r--r--tests/src/org/cyanogenmod/tests/power/unit/PerfomanceManagerTest.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/src/org/cyanogenmod/tests/power/unit/PerfomanceManagerTest.java b/tests/src/org/cyanogenmod/tests/power/unit/PerfomanceManagerTest.java
index ade7beab..8d9f6277 100644
--- a/tests/src/org/cyanogenmod/tests/power/unit/PerfomanceManagerTest.java
+++ b/tests/src/org/cyanogenmod/tests/power/unit/PerfomanceManagerTest.java
@@ -77,7 +77,8 @@ public class PerfomanceManagerTest extends AndroidTestCase {
// Identify what power profiles are supported. The api currently returns
// the total number of profiles supported in an ordered manner, thus we can
// assume what they are and if we can set everything correctly.
- for (int powerProfile = 0; powerProfile <
+ // TODO: Don't skip powersave. Skipped due to powersave being ignored while device plugged
+ for (int powerProfile = 1; powerProfile <
PerformanceManager.POSSIBLE_POWER_PROFILES.length; powerProfile++) {
if (powerProfile < mCMPerformanceManager.getNumberOfProfiles()) {
//It is supported, set it and test if it was set