From: j-h.choi Date: Thu, 24 Nov 2022 01:20:42 +0000 (+0900) Subject: Add '--skip-ro-app' option in TC_TOOL X-Git-Tag: accepted/tizen/unified/20221208.043843~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3fa1086e9b65fe7cfa32b4a5222017667344bec8;p=platform%2Fcore%2Fdotnet%2Flauncher.git Add '--skip-ro-app' option in TC_TOOL Change-Id: I41517444a497cbdc9ccb0d3412be20bc905d2969 --- diff --git a/tests/TCs/6_TOOL/TOOL.py b/tests/TCs/6_TOOL/TOOL.py index ae53ce5..46b8e20 100755 --- a/tests/TCs/6_TOOL/TOOL.py +++ b/tests/TCs/6_TOOL/TOOL.py @@ -247,7 +247,7 @@ def TC_12(): if "OK" not in app_install(f"{tpk_path}"): return f"FAIL : Install the application for {tpk_path}" - cmd(f"shell dotnettool --ni-regen-all-app") + cmd(f"shell dotnettool --ni-regen-all-app --skip-ro-app") raw = subprocess.run((f"sdb -s {serial} shell pkginfo --metadata-flt").split(), stdout=subprocess.PIPE, input=f"http://tizen.org/metadata/prefer_dotnet_aot\ntrue\n", encoding="utf-8").stdout lines = [l for l in raw.splitlines() if "appid" in l]