提交 25864502 编写于 作者: G greada

modified

Signed-off-by: Ngreada <kangqiao1@huawei.com>
上级 dce5df97
......@@ -12,13 +12,13 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import BatteryCommonEventTest from './battery_common_event.test.js'
import BatteryUnitTest from './battery_unit.test.js'
import BatteryManagerPerformanceTest from './batterymanager_performance.test.js'
import SystemBatteryTest from './system_battery.test.js'
import batteryCommonEventTest from './battery_common_event.test.js'
import batteryUnitTest from './battery_unit.test.js'
import batteryManagerPerformanceTest from './batterymanager_performance.test.js'
import systemBatteryTest from './system_battery.test.js'
export default function testsuite() {
BatteryCommonEventTest()
BatteryUnitTest()
//BatteryManagerPerformanceTest()
SystemBatteryTest()
batteryCommonEventTest()
batteryUnitTest()
//batteryManagerPerformanceTest()
systemBatteryTest()
}
\ No newline at end of file
......@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import SystemDisplayTest from "./system_display.test"
import systemDisplayTest from "./system_display.test"
export default function testsuite() {
SystemDisplayTest()
systemDisplayTest()
}
\ No newline at end of file
......@@ -12,13 +12,13 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import PowerManagerPowerTest from './power_manager_power.test.js'
import PowerManagerRebootShutTest from './power_manager_rebootshut.test.js'
import PowerManagerRunningLockTest from './power_manager_running_lock.test.js'
import PowerPerformanceTest from './power_performance.test.js'
import powerManagerPowerTest from './power_manager_power.test.js'
import powerManagerRebootShutTest from './power_manager_rebootshut.test.js'
import powerManagerRunningLockTest from './power_manager_running_lock.test.js'
import powerPerformanceTest from './power_performance.test.js'
export default function testsuite() {
PowerManagerPowerTest()
//PowerManagerRebootShutTest()
PowerManagerRunningLockTest()
//PowerPerformanceTest()
powerManagerPowerTest()
//powerManagerRebootShutTest()
powerManagerRunningLockTest()
//powerPerformanceTest()
}
......@@ -12,13 +12,13 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import ThermalCommonEvent from './thermal_common_event.test.js'
import ThermalPerformance from './thermal_performance.test.js'
import ThermalUnit from './thermal_uint.test.js'
import ThermalUnitTest from './thermal_unittest.test.js'
import thermalCommonEvent from './thermal_common_event.test.js'
import thermalPerformance from './thermal_performance.test.js'
import thermalUnit from './thermal_uint.test.js'
import thermalUnitTest from './thermal_unittest.test.js'
export default function testsuite() {
ThermalUnitTest()
//ThermalUnit()
//ThermalCommonEvent()
// ThermalPerformance()
thermalUnitTest()
//thermalUnit()
//thermalCommonEvent()
//thermalPerformance()
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册