My previous patchset[1] had too many types of patches (cleanups, bug fixes, additions, etc.), so it will be broken up much further to make it easy on the eyes :)
This particular set focuses on renaming existing sanity scripts, adding a new one to the cputopology test module, and if the changes look good, then update the Android makefiles to include the new test names. The PM-QA wiki[2] will be updated as well.
[1] http://lists.linaro.org/pipermail/linaro-dev/2015-February/017797.html
[2] https://wiki.linaro.org/WorkingGroups/PowerManagement/ Resources/TestSuite/PmQaSpecification
Lisa Nguyen (4): cpuhotplug: Rename 1_sanity_check files to cpuhotplug_00 files cpuhotplug: Rename z_sanity_check files to cpuhotplug_99 files cputopology: Add cputopology_sanity.sh Android: Update makefiles with new test numbers
cpuhotplug/1_sanity_check.sh | 40 ----------------------------- cpuhotplug/1_sanity_check.txt | 1 - cpuhotplug/Android.mk | 4 +-- cpuhotplug/cpuhotplug_00.sh | 40 +++++++++++++++++++++++++++++ cpuhotplug/cpuhotplug_00.txt | 1 + cpuhotplug/cpuhotplug_99.sh | 40 +++++++++++++++++++++++++++++ cpuhotplug/cpuhotplug_99.txt | 1 + cpuhotplug/z_sanity_check.sh | 40 ----------------------------- cpuhotplug/z_sanity_check.txt | 1 - cputopology/Android.mk | 2 +- cputopology/cputopology_sanity.sh | 49 ++++++++++++++++++++++++++++++++++++ cputopology/cputopology_sanity.txt | 1 + 12 files changed, 134 insertions(+), 86 deletions(-) delete mode 100755 cpuhotplug/1_sanity_check.sh delete mode 100644 cpuhotplug/1_sanity_check.txt create mode 100755 cpuhotplug/cpuhotplug_00.sh create mode 100644 cpuhotplug/cpuhotplug_00.txt create mode 100755 cpuhotplug/cpuhotplug_99.sh create mode 100644 cpuhotplug/cpuhotplug_99.txt delete mode 100755 cpuhotplug/z_sanity_check.sh delete mode 100644 cpuhotplug/z_sanity_check.txt create mode 100755 cputopology/cputopology_sanity.sh create mode 100644 cputopology/cputopology_sanity.txt