[Test] feature state in tizen test
authorJaeyun <jy1210.jung@samsung.com>
Mon, 2 Jan 2023 06:51:17 +0000 (15:51 +0900)
committerSangjung Woo <again4you@gmail.com>
Mon, 2 Jan 2023 07:11:22 +0000 (16:11 +0900)
Set feature state after all testcases are done.

Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
tests/capi/unittest_capi_service_agent_client.cc

index dddaf04..f778f0b 100644 (file)
@@ -717,6 +717,7 @@ main (int argc, char **argv)
   }
 
   set_feature_state (ML_FEATURE, NOT_CHECKED_YET);
+  set_feature_state (ML_FEATURE_INFERENCE, NOT_CHECKED_YET);
   set_feature_state (ML_FEATURE_SERVICE, NOT_CHECKED_YET);
 
   return result;