Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/sdk/utils/
H A Dsdkbuildproject.py13 def __init__(self, testpath, sdkenv, uri, testlogdir, builddatetime, argument
16 self.testdir = testpath
17 self.targetdir = testpath
18 os.makedirs(testpath, exist_ok=True)
23 BuildProject.__init__(self, uri, foldername, tmpdir=testpath, dl_dir=dl_dir)
/openbmc/qemu/tests/qtest/
H A Ddisplay-vga-test.c43 char *testpath = g_strdup_printf("/display/pci/%s", devices[i]); in main() local
44 qtest_add_data_func(testpath, devices[i], test_vga); in main()
45 g_free(testpath); in main()
H A Di440fx-test.c359 static void add_firmware_test(const char *testpath, in add_firmware_test() argument
363 qtest_add(testpath, FirmwareTestFixture, NULL, setup_fixture, in add_firmware_test()
H A Dlibqtest.h734 #define qtest_add(testpath, Fixture, tdata, fsetup, ftest, fteardown) \ argument
736 char *path = g_strdup_printf("/%s/%s", qtest_get_arch(), testpath); \
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dtargetbuild.py110 def __init__(self, testpath, sdkenv, d, uri, foldername=None): argument
112 self.testdir = testpath
113 self.targetdir = testpath
114 bb.utils.mkdirhier(testpath)
119 BuildProject.__init__(self, d, uri, foldername, tmpdir=testpath)
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dresultutils.py81 testpath = "/".join(data[res]["configuration"].get(i) for i in configmap[testtype])
82 if testpath not in results:
83 results[testpath] = {}
84 results[testpath][res] = data[res]
/openbmc/qemu/tests/unit/
H A Dtest-string-output-visitor.c196 output_visitor_test_add(const char *testpath, in output_visitor_test_add() argument
202 g_test_add(testpath, TestOutputVisitorData, data, in output_visitor_test_add()
H A Dtest-opts-visitor.c62 add_test(const char *testpath, in add_test() argument
66 g_test_add(testpath, OptsVisitorFixture, test_data, setup_fixture, in add_test()
H A Dtest-string-input-visitor.c466 static void input_visitor_test_add(const char *testpath, in input_visitor_test_add() argument
470 g_test_add(testpath, TestInputVisitorData, data, NULL, test_func, in input_visitor_test_add()
H A Dtest-qobject-output-visitor.c607 static void output_visitor_test_add(const char *testpath, in output_visitor_test_add() argument
611 g_test_add(testpath, TestOutputVisitorData, data, visitor_output_setup, in output_visitor_test_add()
H A Dtest-hbitmap.c796 static void hbitmap_test_add(const char *testpath, in hbitmap_test_add() argument
799 g_test_add(testpath, TestHBitmapData, NULL, NULL, test_func, in hbitmap_test_add()
H A Dtest-qobject-input-visitor.c911 static void input_visitor_test_add(const char *testpath, in input_visitor_test_add() argument
916 g_test_add(testpath, TestInputVisitorData, user_data, NULL, test_func, in input_visitor_test_add()
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Doetest.py228 testpath = os.path.join(p, 'lib', 'oeqa', type)
229 bb.debug(2, 'Searching for tests in %s' % testpath)
230 if os.path.exists(testpath):
231 add_auto_list(testpath)
/openbmc/openbmc/poky/meta/recipes-devtools/nasm/nasm/
H A D0002-Add-debug-prefix-map-option.patch314 system("$nasm $arguments $testpath > $stdoutfile 2> $stderrfile");
315 debugprint("$nasm $arguments $testpath > $stdoutfile 2> $stderrfile ----> $?");