Searched refs:QTest (Results 1 – 5 of 5) sorted by relevance
4 QTest Device Emulation Testing Framework11 QTest is a device emulation testing framework. It can be very useful to test16 QTest cases can be executed with22 The QTest library is implemented by ``tests/qtest/libqtest.c`` and the API is25 Consider adding a new QTest case when you are introducing a new virtual37 Steps to add a new QTest case are:67 Debugging a QTest failure is slightly harder than the unit test because the83 QTest Protocol87 :doc: QTest Protocol
222 - Gather the QTest output for the crash::
108 QTest section in Testing with "make check"111 QTest is a device emulation testing framework. It can be very useful to test116 QTest cases can be executed with
38 OBJECT_DECLARE_SIMPLE_TYPE(QTest, QTEST)40 struct QTest { struct54 static QTest *qtest; argument848 static bool qtest_server_start(QTest *q, Error **errp) in qtest_server_start()904 QTest *q = QTEST(uc); in qtest_complete()926 QTest *q = QTEST(obj); in qtest_unparent()947 QTest *q = QTEST(obj); in qtest_set_log()959 QTest *q = QTEST(obj); in qtest_get_log()966 QTest *q = QTEST(obj); in qtest_set_chardev()992 QTest *q = QTEST(obj); in qtest_get_chardev()[all …]
361 It's also possible to retrieve the clock period from a QTest by