| /linux/tools/testing/kunit/ |
| H A D | kunit_parser.py | 22 class Test: class 254 version_type: str, test: Test, printer: Printer) -> None: argument 273 def parse_ktap_header(lines: LineStream, test: Test, printer: Printer) -> bool: argument 305 def parse_test_header(lines: LineStream, test: Test) -> bool: argument 329 def parse_test_plan(lines: LineStream, test: Test) -> bool: argument 359 def peek_test_name_match(lines: LineStream, test: Test) -> bool: argument 386 def parse_test_result(lines: LineStream, test: Test, argument 494 def print_test_header(test: Test, printer: Printer) -> None: argument 524 def format_test_result(test: Test, printer: Printer) -> str: argument 551 def print_test_result(test: Test, printer: Printer) -> None: argument [all …]
|
| H A D | kunit_json.py | 13 from kunit_parser import Test, TestStatus 30 def _get_group_json(test: Test, common_fields: JsonObj) -> JsonObj: argument 60 def get_json_result(test: Test, metadata: Metadata) -> str: argument
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_nagle_sendmsg_msg_more.pkt | 2 // Test the MSG_MORE flag will correctly corks the tiny writes 17 // Test the basic case: MSG_MORE overwrites TCP_NODELAY and enables Nagle. 23 // Test unsetting MSG_MORE releases the packet 37 // Test >MSS write will unleash MSS packets but hold on the remaining data. 48 // Test we'll hold on the subsequent writes when inflight (3801:3951) > 0 62 // Test the case a MSG_MORE send followed by a write flushes the data
|
| H A D | tcp_syscall_bad_arg_fastopen-invalid-buf-ptr.pkt | 2 // Test TCP fastopen behavior with NULL as buffer pointer, but a non-zero 20 // Test with MSG_FASTOPEN without TCP_FASTOPEN_CONNECT. 26 // Test with TCP_FASTOPEN_CONNECT without MSG_FASTOPEN. 34 // Test with both TCP_FASTOPEN_CONNECT and MSG_FASTOPEN.
|
| H A D | tcp_rto_synack_rto_max.pkt | 3 // Test SYN+ACK RTX with 1s RTO. 9 // Test 1: TFO SYN+ACK 34 // Test 2: non-TFO SYN+ACK
|
| H A D | tcp_fastopen_server_basic-pure-syn-data.pkt | 5 // Test that TFO-enabled server would not respond SYN-ACK with any TFO option 23 // Test ECN-setup SYN with ECN disabled because this has happened in reality 37 // Test ECN-setup SYN w/ ECN enabled
|
| H A D | tcp_fastopen_server_sockopt-fastopen-key.pkt | 3 // Test the server cookie is generated by aes64 encoding of remote and local 43 // Test setting the key in the listen state, and produces an identical cookie 68 // Test invalid key length (must be 16 bytes)
|
| H A D | tcp_fastopen_server_experimental_option.pkt | 3 // Test the Experimental Option 24 // Test if FOEXP with a valid cookie creates a TFO socket
|
| /linux/scripts/kconfig/tests/conditional_dep/ |
| H A D | Kconfig | 2 # Test Kconfig file for conditional dependencies. 17 bool "Test basic conditional dependency" 22 bool "Test complex conditional dependency" 30 tristate "Test simple optional dependency"
|
| /linux/tools/testing/selftests/kselftest_harness/ |
| H A D | harness-selftest.expected | 13 # standalone_fail: Test terminated by assertion 24 # signal_fail: Test terminated by assertion 41 # fail: Test terminated by assertion 47 # timeout: Test terminated by timeout 60 # pass: Test terminated by assertion
|
| /linux/scripts/kconfig/tests/transitional/ |
| H A D | Kconfig | 2 # Test transitional symbols for config migration with all Kconfig types 92 # Test that help sections are allowed for transitional symbols 99 # Test that we can set something to =n via transitional symbol 108 # Test that a potential new value disappears if it lacks a prompt 117 # Test conditional default: transitional value should not prevent prompting
|
| /linux/drivers/iio/test/ |
| H A D | Kconfig | 8 tristate "Test IIO gain-time-scale helpers" if !KUNIT_ALL_TESTS 21 tristate "Test IIO rescale conversion functions" if !KUNIT_ALL_TESTS 33 tristate "Test IIO formatting functions" if !KUNIT_ALL_TESTS 45 tristate "Test IIO multiply functions" if !KUNIT_ALL_TESTS
|
| /linux/Documentation/gpu/amdgpu/ |
| H A D | ras.rst | 46 RAS Basic Test 51 RAS Query Test 56 RAS Inject Test 60 RAS Disable Test
|
| /linux/samples/rust/ |
| H A D | Kconfig | 55 tristate "DMA Test Driver" 58 This option builds the Rust DMA Test driver sample. 66 tristate "DebugFS Test Module" 69 This option builds the Rust DebugFS Test module sample. 77 tristate "Scoped DebugFS Test Module" 80 This option builds the Rust Scoped DebugFS Test module sample.
|
| /linux/drivers/ntb/test/ |
| H A D | Kconfig | 3 tristate "NTB Ping Pong Test Client" 12 tristate "NTB Debugging Tool Test Client" 31 tristate "NTB MSI Test Client"
|
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | TODO | 1 - Test unsupported values in the ABIs. 7 - Test PR_SVE_VL_INHERIT after a double fork.
|
| /linux/tools/testing/selftests/futex/ |
| H A D | README | 1 Futex Test 3 Futex Test is intended to thoroughly test the Linux kernel futex system call 36 Test output shall be easily parsable by both human and machine. Title and 61 o The Futex Test project adheres to the coding standards set forth by Linux
|
| /linux/Documentation/dev-tools/kunit/ |
| H A D | style.rst | 4 Test Style and Nomenclature 38 Test subsystems should be named after the code being tested, either after the 39 module (wherever possible), or after the directory or files being tested. Test 80 functionality being tested. Test suites can have shared initialization and 84 Test suites are named after the subsystem they are part of. If a subsystem 121 Test Cases 152 Test Kconfig Entries 188 Test File and Module Names 196 Test source files, whether compiled as a separate module or an
|
| /linux/Documentation/networking/device_drivers/ethernet/cirrus/ |
| H A D | cs89x0.rst | 46 5.2.1 Diagnostic Self-Test 47 5.2.2 Diagnostic Network Test 384 adapter and its network connection. Use the diagnostics 'Self Test' option to 386 assigned. You can use the diagnostics 'Network Test' to test the ability of the 406 * Select 'Self-Test' to test the adapter's basic functionality. 407 * Select 'Network Test' to test the network connection and cabling. 417 * IO Register Read/Write Test 422 * Shared Memory Test 428 * Interrupt Test 433 * EEPROM Test [all …]
|
| /linux/Documentation/admin-guide/media/ |
| H A D | misc-cardlist.rst | 14 Test drivers 27 vivid Virtual Video Test Driver
|
| /linux/tools/testing/selftests/mm/ |
| H A D | charge_reserved_hugetlb.sh | 433 echo Test normal case. 462 echo Test normal case with write. 482 echo Test more than reservation case. 499 echo Test more than cgroup limit case. 515 echo Test normal case, multiple cgroups. 561 echo Test normal case with write, multiple cgroups.
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-image-source.rst | 42 Test pattern red colour component. 45 Test pattern green (next to red) colour component. 48 Test pattern blue colour component. 51 Test pattern green (next to blue) colour component.
|
| /linux/Documentation/driver-api/mmc/ |
| H A D | mmc-test.rst | 4 MMC Test Framework 29 1. **Enable the MMC Test Framework**: 51 2. **Load the MMC Test Module**: 135 | Test | Test Name | Test Description | 265 Test Results 284 [ 1234.567891] mmc0: Test case 4. Basic read (with data verification)...
|
| /linux/drivers/platform/wmi/tests/ |
| H A D | Kconfig | 7 tristate "KUnit Test for ACPI-WMI marshalling" if !KUNIT_ALL_TESTS 19 tristate "KUnit Test for ACPI-WMI string conversion" if !KUNIT_ALL_TESTS
|
| /linux/drivers/media/platform/xilinx/ |
| H A D | Kconfig | 25 tristate "Xilinx Video Test Pattern Generator" 29 Driver for the Xilinx Video Test Pattern Generator
|