Searched refs:suite (Results 1 – 18 of 18) sorted by relevance
| /dpdk/app/test/ |
| H A D | test.c | 274 suite->total++; in unit_test_suite_count_tcs_on_setup_fail() 276 suite->skipped++; in unit_test_suite_count_tcs_on_setup_fail() 278 suite->failed++; in unit_test_suite_count_tcs_on_setup_fail() 290 suite->total = 0; in unit_test_suite_reset_counts() 293 suite->skipped = 0; in unit_test_suite_reset_counts() 294 suite->failed = 0; in unit_test_suite_reset_counts() 315 if (suite->setup) { in unit_test_suite_runner() 331 FOR_EACH_SUITE_TESTCASE(suite->total, suite, tc) { in unit_test_suite_runner() 365 suite->failed++; in unit_test_suite_runner() 438 if (suite->failed) in unit_test_suite_runner() [all …]
|
| H A D | meson.build | 507 suite : 'fast-tests') 516 suite : 'perf-tests') 524 suite : 'driver-tests') 532 suite : 'debug-tests') 540 suite : 'extra-tests')
|
| H A D | test.h | 161 int unit_test_suite_runner(struct unit_test_suite *suite);
|
| /dpdk/app/test-bbdev/ |
| H A D | main.c | 59 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 D | main.h | 88 int unit_test_suite_runner(struct unit_test_suite *suite);
|
| /dpdk/doc/guides/contributing/ |
| H A D | unit_test.rst | 28 Both have a concept of test suite and test case. 30 A test suite is a group of test cases, 33 to denote a Meson test suite / case. 134 The third is the **driver** test suite, 136 The fourth suite is the **debug** suite. 138 The last suite is the **extra** suite for tests having some known issues. 142 Ex: ``meson test --suite fast-tests``:: 144 $ meson test -C build --suite fast-tests 183 create a new test file for that suite 213 An example of both a test suite and a case: [all …]
|
| /dpdk/app/test-crypto-perf/ |
| H A D | dpdk-graph-crypto-perf.py | 29 def __init__(self, config, suite, graph_path): argument 32 self.suite = suite 53 self.suite + "<br>" + self.test + 67 self.suite + "<br>" + self.test + "<br>" 86 + self.suite + "<br>" + self.test 285 for (suite, test_cases) in {k: v for (k, v) in test_suite_ops.items() 287 suite_list.append(suite) 288 suite_config = {'config_name': config_name, 'suite': suite, 296 for (suite, test_cases) in test_suite_ops.items(): 297 suite_config = {'config_name': config_name, 'suite': suite,
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | meson_ut.rst | 24 ``--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 44 To run the fast-tests suite using only cores 8 through 16, one can use:: 46 $ meson test --suite fast-tests --test-args="-l 8-16"
|
| /dpdk/doc/guides/nics/ |
| H A D | axgbe.rst | 39 documentation that comes with DPDK suite <linux_gsg>`. 44 - Prepare the system as recommended by DPDK suite.
|
| H A D | ionic.rst | 39 :ref:`DPDK documentation that comes with the DPDK suite <linux_gsg>`
|
| H A D | enic.rst | 16 ENIC PMD support is integrated into the DPDK suite. dpdk-<version>.tar.gz 501 How to build the suite 504 The build instructions for the DPDK suite should be followed. By default 511 documentation that comes with DPDK suite. 568 - Prepare the system as recommended by DPDK suite. This includes environment 574 - DPDK suite should be configured based on the user's decision to use VFIO or
|
| H A D | ena.rst | 122 documentation that comes with DPDK suite <linux_gsg>`. 158 #. Prepare the system as recommended by DPDK suite. This includes environment
|
| H A D | ark.rst | 277 documentation that comes with DPDK suite <linux_gsg>`. 334 #. Prepare the system as recommended by DPDK suite. This includes environment
|
| /dpdk/doc/guides/tools/ |
| H A D | cryptoperf.rst | 475 These are output to PDF files, with one PDF per test suite graph type. 495 An example of this format is shown below for one test suite in the ``crypto-perf-aesni-mb.json`` fi… 496 This shows the required default config for the test suite, and one test case. 528 The default case is required for each test suite in the config file, 569 To run crypto-perf-qat latency test suite only:
|
| H A D | testbbdev.rst | 53 Runs validation test suite
|
| /dpdk/.ci/ |
| H A D | linux-build.sh | 167 sudo meson test -C build --suite fast-tests -t 3 || failed="true"
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | test_pipeline.rst | 7 The Test Pipeline application illustrates the use of the DPDK Packet Framework tool suite.
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_21_05.rst | 271 * The unit test suite struct now supports having both a nested
|