Home
last modified time | relevance | path

Searched refs:suite (Results 1 – 25 of 42) sorted by relevance

12

/f-stack/dpdk/app/test/
H A Dtest.c210 if (suite->suite_name) { in unit_test_suite_runner()
215 if (suite->setup) { in unit_test_suite_runner()
216 test_success = suite->setup(); in unit_test_suite_runner()
223 if (!suite->unit_test_cases[total].enabled || in unit_test_suite_runner()
237 if (!suite->unit_test_cases[total].enabled) { in unit_test_suite_runner()
246 if (suite->unit_test_cases[total].setup) in unit_test_suite_runner()
269 if (suite->unit_test_cases[total].teardown) in unit_test_suite_runner()
270 suite->unit_test_cases[total].teardown(); in unit_test_suite_runner()
282 suite->unit_test_cases[total].name, status); in unit_test_suite_runner()
288 if (suite->teardown) in unit_test_suite_runner()
[all …]
H A Dmeson.build483 suite : 'fast-tests')
493 suite : 'perf-tests')
502 suite : 'driver-tests')
511 suite : 'debug-tests')
H A Dtest.h144 int unit_test_suite_runner(struct unit_test_suite *suite);
/f-stack/dpdk/app/test-bbdev/
H A Dmain.c59 if (suite->setup) { in unit_test_suite_runner()
60 test_result = suite->setup(); in unit_test_suite_runner()
63 suite->suite_name); in unit_test_suite_runner()
69 suite->suite_name); in unit_test_suite_runner()
76 if (suite->unit_test_cases[total].setup) in unit_test_suite_runner()
83 suite->unit_test_cases[total].teardown(); in unit_test_suite_runner()
88 suite->unit_test_cases[total].name); in unit_test_suite_runner()
92 suite->unit_test_cases[total].name); in unit_test_suite_runner()
96 suite->unit_test_cases[total].name); in unit_test_suite_runner()
103 if (suite->teardown) in unit_test_suite_runner()
[all …]
H A Dmain.h88 int unit_test_suite_runner(struct unit_test_suite *suite);
/f-stack/freebsd/contrib/device-tree/Bindings/mtd/partitions/
H A Darm,arm-firmware-suite.txt9 - compatible : (required) must be "arm,arm-firmware-suite"
15 compatible = "arm,arm-firmware-suite";
/f-stack/dpdk/doc/guides/prog_guide/
H A Dmeson_ut.rst24 ``--suite project_name:label``.
28 $ meson test -C <build path> --suite DPDK:fast-tests
33 $ meson test --suite DPDK:fast-tests
38 $ meson test --suite fast-tests
/f-stack/dpdk/doc/guides/nics/
H A Daxgbe.rst39 documentation that comes with DPDK suite <linux_gsg>`.
44 - Prepare the system as recommended by DPDK suite.
H A Dionic.rst32 :ref:`DPDK documentation that comes with the DPDK suite <linux_gsg>`
H A Denic.rst16 ENIC PMD support is integrated into the DPDK suite. dpdk-<version>.tar.gz
478 How to build the suite
481 The build instructions for the DPDK suite should be followed. By default
488 documentation that comes with DPDK suite.
545 - Prepare the system as recommended by DPDK suite. This includes environment
551 - DPDK suite should be configured based on the user's decision to use VFIO or
H A Dark.rst142 documentation that comes with DPDK suite <linux_gsg>`.
190 #. Prepare the system as recommended by DPDK suite. This includes environment
H A Dena.rst113 documentation that comes with DPDK suite <linux_gsg>`.
148 #. Prepare the system as recommended by DPDK suite. This includes environment
/f-stack/freebsd/contrib/zstd/
H A DTESTING.md34 - Entire test suite (including fuzzers and some other specialized tests) on:
44 - Entire test suite and make install on macOS
H A DREADME.md20 …isDevBadge]: https://travis-ci.org/facebook/zstd.svg?branch=dev "Continuous Integration test suite"
22 …tps://ci.appveyor.com/api/projects/status/xt38wbdxjk5mrbem/branch/dev?svg=true "Windows test suite"
24 [CircleDevBadge]: https://circleci.com/gh/facebook/zstd/tree/dev.svg?style=shield "Short test suite"
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dcommands.cfg4 # may be used by the suite. The suite will create a directory which is
H A Dtunables.cfg1 # This file exports variables for each tunable used in the test suite.
/f-stack/freebsd/contrib/libsodium/m4/
H A Dax_valgrind_check.m448 # that directory will run the module's test suite (`make check`) once for
52 # will be output to test-suite-$toolname.log. The target will succeed if
166 valgrind_log_files = $(addprefix test-suite-,$(addsuffix .log,$(valgrind_tools)))
214 TEST_SUITE_LOG=test-suite-$(1).log
/f-stack/freebsd/contrib/openzfs/module/lua/
H A DREADME.zfs70 Each of these modifications have been tested in the zfs-test suite. If / when
71 new modifications are made, new tests should be added to the suite located in
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dwintest.bat40 echo Running the test suite:
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dintegrator.dtsi66 compatible = "arm,arm-firmware-suite";
H A Darm-realview-eb.dtsi123 compatible = "arm,arm-firmware-suite";
133 compatible = "arm,arm-firmware-suite";
H A Darm-realview-pbx.dtsi138 compatible = "arm,arm-firmware-suite";
148 compatible = "arm,arm-firmware-suite";
H A Darm-realview-pb1176.dts124 compatible = "arm,arm-firmware-suite";
133 compatible = "arm,arm-firmware-suite";
H A Darm-realview-pb11mp.dts239 compatible = "arm,arm-firmware-suite";
249 compatible = "arm,arm-firmware-suite";
/f-stack/freebsd/contrib/device-tree/src/arm64/arm/
H A Djuno-motherboard.dtsi119 compatible = "arm,arm-firmware-suite";

12