From: yuanzhongyuan Date: Thu, 15 Jun 2017 06:23:44 +0000 (+0800) Subject: [common][iotcon][smack rule is added for testing between serverwgt and tct] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e9cc411eed471bf0170440d1d95238a42ef29dbe;p=test%2Ftct%2Fweb%2Fapi.git [common][iotcon][smack rule is added for testing between serverwgt and tct] Change-Id: I33209c1e2b6f8751a8b99fa9c457f3a0189d4477 --- diff --git a/common/tct-iotcon-tizen-tests/inst.wgt.py b/common/tct-iotcon-tizen-tests/inst.wgt.py index 115d0c687..2a5d8ad03 100755 --- a/common/tct-iotcon-tizen-tests/inst.wgt.py +++ b/common/tct-iotcon-tizen-tests/inst.wgt.py @@ -164,7 +164,10 @@ def instPKGs(): if "Failure" in line: action_status = False break - + (return_code, output) = doRemoteCMD( + "'echo \"User::Pkg::pE1iK1HIYO User::Pkg::apiIotcon1 w\" | smackload'") + (return_code, output) = doRemoteCMD( + "'echo \"User::Pkg::apiIotcon1 User::Pkg::pE1iK1HIYO w\" | smackload'") # Do some special copy/delete... steps if not doRemoteCopy(os.path.join(SCRIPT_DIR, "server"), "/home/owner/share"): action_status = False