Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dpxe-test.c29 } testdef_t; typedef
31 static testdef_t x86_tests[] = {
39 static testdef_t x86_tests_slow[] = {
47 static testdef_t ppc64_tests[] = {
55 static testdef_t ppc64_tests_slow[] = {
61 static testdef_t s390x_tests[] = {
66 static void test_pxe_one(const testdef_t *test, bool ipv6) in test_pxe_one()
91 const testdef_t *test = data; in test_pxe_ipv4()
98 const testdef_t *test = data; in test_pxe_ipv6()
103 static void test_batch(const testdef_t *tests, bool ipv6) in test_batch()
[all …]
H A Dboot-serial-test.c148 } testdef_t; typedef
150 static const testdef_t tests[] = {
198 static bool check_guest_output(QTestState *qts, const testdef_t *test, int fd) in check_guest_output()
236 const testdef_t *test = data; in test_machine()