Searched refs:qret (Results 1 – 1 of 1) sorted by relevance
140 QDict *qrsp, *qret; in boot_sector_test() local163 qret = qdict_get_qdict(qrsp, "return"); in boot_sector_test()164 g_assert_nonnull(qret); in boot_sector_test()165 if (qdict_get_try_str(qret, "status")) { in boot_sector_test()166 g_assert_cmpstr(qdict_get_try_str(qret, "status"), ==, "running"); in boot_sector_test()