Add '--skip-ro-app' option in TC_TOOL
authorj-h.choi <j-h.choi@samsung.com>
Thu, 24 Nov 2022 01:20:42 +0000 (10:20 +0900)
committer조웅석/Common Platform Lab(SR)/삼성전자 <ws77.cho@samsung.com>
Wed, 7 Dec 2022 05:17:32 +0000 (14:17 +0900)
Change-Id: I41517444a497cbdc9ccb0d3412be20bc905d2969

tests/TCs/6_TOOL/TOOL.py

index ae53ce5..46b8e20 100755 (executable)
@@ -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]