Add the option to check Internet privilege in dotnettool for the FOTA
[platform/core/dotnet/launcher.git] / tests / TCs / 2_PLUGIN / README.md
index 29def58..74d9880 100644 (file)
@@ -88,6 +88,16 @@ launcher/tests/TCs/2_PLUGIN$ ./PLUGIN.py TC_01
   3. The `library(.so)` with `same SHA` value must exist in the application and TLC.
   4. The `library(.so)` should be a symbolic link.
   5. The arch of the target and the arch of the library must match.
+* TC_09
+```
+  PASS : The Launcher_TC_PLUGIN_09 application must have a ._TIZEN_DOTNET_SYSTEM_NET_DISABLEIPV6 file exist.
+```
+  1. Applications without Internet privilege must have a ._TIZEN_DOTNET_SYSTEM_NET_DISABLEIPV6 file.
+* TC_10
+```
+  PASS : The Launcher_TC_PLUGIN_10 application must not have a ._TIZEN_DOTNET_SYSTEM_NET_DISABLEIPV6 file.
+```
+  1. Applications with Internet privilege must not have a ._TIZEN_DOTNET_SYSTEM_NET_DISABLEIPV6 file.
 ----
 
 ### Note