zbx_init_library_sysinfo(NULL, get_zbx_config_enable_remote_commands, NULL, NULL, NULL, NULL, NULL, NULL,
static char *called_key = NULL;
int __wrap_system_localtime(const char *command, AGENT_RESULT *result);
int __wrap_vfs_file_size(const char *command, AGENT_RESULT *result);
int __wrap_vfs_file_time(const char *command, AGENT_RESULT *result);
int __wrap_vfs_file_exists(const char *command, AGENT_RESULT *result);
int __wrap_vfs_file_contents(const char *command, AGENT_RESULT *result);
int __wrap_vfs_file_regexp(const char *command, AGENT_RESULT *result);
int __wrap_vfs_file_regmatch(const char *command, AGENT_RESULT *result);
int __wrap_vfs_file_md5sum(const char *command, AGENT_RESULT *result);
int __wrap_vfs_file_cksum(const char *command, AGENT_RESULT *result);
int __wrap_vfs_dir_size(const char *command, AGENT_RESULT *result);
int __wrap_net_dns(const char *command, AGENT_RESULT *result);
int __wrap_net_dns_record(const char *command, AGENT_RESULT *result);
int __wrap_net_tcp_port(const char *command, AGENT_RESULT *result);
int __wrap_system_users_num(const char *command, AGENT_RESULT *result);
void zbx_mock_test_entry(void **state)
zbx_mock_handle_t in_command, in_flags;
const char *in_command_string, *flags_string, *p;
char key[ZBX_ITEM_KEY_LEN];
if (ZBX_MOCK_SUCCESS != (error = zbx_mock_in_parameter("in_command", &in_command)) ||
ZBX_MOCK_SUCCESS != (error = zbx_mock_string(in_command, &in_command_string)))
fail_msg("Cannot get in_command from test case data: %s", zbx_mock_error_string(error));