If ITc_inm_reachable_urls_start_stop_checking_p() is failed, it affects
next TC.
Change-Id: I16469fdb81c43e0b7652ee97f834cb0201738c3d
(cherry picked from commit
63e1f6d8aacd88bb3160b2be3c72af795df9c545)
if (!g_bDefaultUrlFound) {
FPRINTF("[Line : %d][%s] Default URL is not reachable\\n", __LINE__, API_NAMESPACE);
+ inm_reachable_urls_stop_checking(g_hInm, INM_URL_LIST_TYPE_DEFAULT);
return 1;
}
PRINT_RESULT(nRet, INM_ERROR_NONE, "inm_reachable_urls_is_check_running", InmGetError(nRet));
if (!bIsRunning) {
FPRINTF("[Line : %d][%s] Url reachability is not running\\n", __LINE__, API_NAMESPACE);
+ inm_reachable_urls_stop_checking(g_hInm, INM_URL_LIST_TYPE_DEFAULT);
return 1;
}