From: zhongyuan Date: Thu, 11 Apr 2019 08:37:33 +0000 (+0800) Subject: [common][power][restore test environment after test finish] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0d510b840702f4c1670decc7c9ec419b61d5e7f;p=test%2Ftct%2Fweb%2Fapi.git [common][power][restore test environment after test finish] Change-Id: I233f6c0fca9cef0a827493d4aedfc11f397c2cf2 --- diff --git a/common/tct-power-tizen-tests/inst.wgt.py b/common/tct-power-tizen-tests/inst.wgt.py index 44e57cf17..ca95382d7 100755 --- 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