Searched refs:test_client (Results 1 – 3 of 3) sorted by relevance
19 -v=${verbosity_level} -s="${simulation_id}" -d=0 -testid=test_client \
69 static void test_client(void) in test_client() function169 .test_main_f = test_client,
712 struct mqtt_client *test_client; in eval_msg_connect() local716 test_client = (struct mqtt_client *)mqtt_test->ctx; in eval_msg_connect()718 client.clean_session = test_client->clean_session; in eval_msg_connect()719 client.client_id = test_client->client_id; in eval_msg_connect()720 client.will_topic = test_client->will_topic; in eval_msg_connect()721 client.will_retain = test_client->will_retain; in eval_msg_connect()722 client.will_message = test_client->will_message; in eval_msg_connect()723 client.user_name = test_client->user_name; in eval_msg_connect()724 client.password = test_client->password; in eval_msg_connect()