From: zhongyuan Date: Wed, 25 Apr 2018 03:12:08 +0000 (+0800) Subject: [common][iotcon][uninstall testApp after test finished] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6da8f69403f108dcdb27b63333c8831594c35b98;p=test%2Ftct%2Fweb%2Fapi.git [common][iotcon][uninstall testApp after test finished] Change-Id: I5a21ac99155c5fd056a6abccfc450b8c7a393fb7 --- diff --git a/common/tct-iotcon-tizen-tests/inst.wgt.py b/common/tct-iotcon-tizen-tests/inst.wgt.py index 2a5d8ad03..d09f582fb 100755 --- a/common/tct-iotcon-tizen-tests/inst.wgt.py +++ b/common/tct-iotcon-tizen-tests/inst.wgt.py @@ -137,6 +137,8 @@ def uninstPKGs(): "rm /home/owner/share/*db.dat") (return_code, output) = doRemoteCMD( "rm /home/owner/share/IotconServerSample.wgt") + (return_code, output) = doRemoteCMD( + "pkgcmd -u -n pE1iK1HIYO") if return_code != 0: action_status = False