Home
last modified time | relevance | path

Searched refs:ret_dict_dict2_userdef (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-qmp-cmds.c241 QDict *ret_dict_dict2, *ret_dict_dict2_userdef; in test_dispatch_cmd_io() local
259 ret_dict_dict2_userdef = qdict_get_qdict(ret_dict_dict2, "userdef"); in test_dispatch_cmd_io()
260 assert(qdict_get_int(ret_dict_dict2_userdef, "integer") == 422); in test_dispatch_cmd_io()
261 assert(!strcmp(qdict_get_str(ret_dict_dict2_userdef, "string"), "hello2")); in test_dispatch_cmd_io()