tools/testing/selftests/tc-testing/tc-tests/actions/csum.json

Source file repositories/reference/linux-study-clean/tools/testing/selftests/tc-testing/tc-tests/actions/csum.json

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/tc-testing/tc-tests/actions/csum.json
Extension
.json
Size
17797 bytes
Lines
623
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: configuration, schema, or hardware description
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

[
    {
        "id": "6d84",
        "name": "Add csum iph action",
        "category": [
            "actions",
            "csum"
        ],
        "plugins": {
           "requires": "nsPlugin"
        },
        "setup": [
            [
                "$TC actions flush action csum",
                0,
                1,
                255
            ]
        ],
        "cmdUnderTest": "$TC actions add action csum iph index 800",
        "expExitCode": "0",
        "verifyCmd": "$TC actions get action csum index 800",
        "matchPattern": "action order [0-9]*: csum \\(iph\\) action pass.*index 800 ref",
        "matchCount": "1",
        "teardown": [
            "$TC actions flush action csum"
        ]
    },
    {
        "id": "1862",
        "name": "Add csum ip4h action",
        "category": [
            "actions",
            "csum"
        ],
        "plugins": {
           "requires": "nsPlugin"
        },
        "setup": [
            [
                "$TC actions flush action csum",
                0,
                1,
                255
            ]
        ],
        "cmdUnderTest": "$TC actions add action csum ip4h index 7",
        "expExitCode": "0",
        "verifyCmd": "$TC actions get action csum index 7",
        "matchPattern": "action order [0-9]*: csum \\(iph\\) action pass.*index 7 ref",
        "matchCount": "1",
        "teardown": [
            "$TC actions flush action csum"
        ]
    },
    {
        "id": "15c6",
        "name": "Add csum ipv4h action",
        "category": [
            "actions",
            "csum"
        ],
        "plugins": {
           "requires": "nsPlugin"
        },
        "setup": [
            [
                "$TC actions flush action csum",
                0,
                1,

Annotation

Implementation Notes