From 3fa1086e9b65fe7cfa32b4a5222017667344bec8 Mon Sep 17 00:00:00 2001 From: "j-h.choi" Date: Thu, 24 Nov 2022 10:20:42 +0900 Subject: [PATCH] Add '--skip-ro-app' option in TC_TOOL Change-Id: I41517444a497cbdc9ccb0d3412be20bc905d2969 --- tests/TCs/6_TOOL/TOOL.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 2.7.4