projects
/
test
/
tct
/
web
/
api.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe9df37
)
[common][power][restore test environment after test finish]
87/203287/1
author
zhongyuan
<zy123.yuan@samsung.com>
Thu, 11 Apr 2019 08:37:33 +0000
(16:37 +0800)
committer
zhongyuan
<zy123.yuan@samsung.com>
Thu, 11 Apr 2019 08:37:33 +0000
(16:37 +0800)
Change-Id: I233f6c0fca9cef0a827493d4aedfc11f397c2cf2
common/tct-power-tizen-tests/inst.wgt.py
patch
|
blob
|
history
diff --git
a/common/tct-power-tizen-tests/inst.wgt.py
b/common/tct-power-tizen-tests/inst.wgt.py
index 44e57cf176811a997dd4abf590ad6d6c821d1835..ca95382d7ab9d7f070462fc69040d7ff22ab55ad 100755
(executable)
--- a/
common/tct-power-tizen-tests/inst.wgt.py
+++ b/
common/tct-power-tizen-tests/inst.wgt.py
@@
-133,6
+133,10
@@
def uninstPKGs():
(return_code, output) = doRemoteCMD(
"rm -rf %s" % PKG_SRC_DIR)
+ (return_code, output) = doRemoteCMD(
+ "vconftool set -t int db/setting/lcd_backlight_normal 0 -f")
+ (return_code, output) = doRemoteCMD(
+ "vconftool set -t int db/setting/screen_lock_type 0 -f")
if return_code != 0:
action_status = False