Searched refs:QTest (Results 1 – 5 of 5) sorted by relevance
2 QTest Device Emulation Testing Framework9 QTest is a device emulation testing framework. It can be very useful to test14 QTest cases can be executed with20 The QTest library is implemented by ``tests/qtest/libqtest.c`` and the API is23 Consider adding a new QTest case when you are introducing a new virtual35 Steps to add a new QTest case are:65 Debugging a QTest failure is slightly harder than the unit test because the81 QTest Protocol85 :doc: QTest Protocol
85 QTest section in Testing with "make check"88 QTest is a device emulation testing framework. It can be very useful to test93 QTest cases can be executed with
222 - Gather the QTest output for the crash::
38 OBJECT_DECLARE_SIMPLE_TYPE(QTest, QTEST)40 struct QTest { struct54 static QTest *qtest; argument858 static bool qtest_server_start(QTest *q, Error **errp) in qtest_server_start()914 QTest *q = QTEST(uc); in qtest_complete()936 QTest *q = QTEST(obj); in qtest_unparent()957 QTest *q = QTEST(obj); in qtest_set_log()969 QTest *q = QTEST(obj); in qtest_get_log()976 QTest *q = QTEST(obj); in qtest_set_chardev()1002 QTest *q = QTEST(obj); in qtest_get_chardev()[all …]
361 It's also possible to retrieve the clock period from a QTest by