[TC Fixed] Changed the key value to get device type (#317)
[platform/core/dotnet/launcher.git] / tests / TCs / Utils.py
index f6a3572..60eb979 100755 (executable)
@@ -103,7 +103,7 @@ def launch_and_get_pid(mode, app_id):
 
 # Get the device type
 def get_device_type():
-    raw = cmd(f"shell cat /etc/config/model-config.xml | grep tizen.org/system/device_type")
+    raw = cmd(f"shell cat /etc/config/model-config.xml | grep tizen.org/feature/profile")
     return raw.split(">")[1].split("<")[0]
 
 # Create the System.Private.CoreLib native image