Add '--skip-ro-app' option in TC_TOOL
[platform/core/dotnet/launcher.git] / 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]