{
    "content": [
        {
            "type": "text",
            "text": "# fail2ban-testcases(1) (man)\n\n**Summary:** fail2ban-testcases - run Fail2Ban unit-tests\n\n**Synopsis:** fail2ban-testcases [OPTIONS] [regexps]\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| — | --version | — | show program's version number and exit |\n| -h | --help | — | show this help message and exit |\n| -l | --log-level | — | Log level for the logger to use during running tests |\n| -v | — | — | --verbosity=VERBOSITY Set numerical level of verbosity (0..4) |\n| — | --log-direct | — | Prevent lazy logging inside tests |\n| -n | --no-network | — | Do not run tests that require the network |\n| -g | --no-gamin | — | Do not run tests that require the gamin |\n| -m | --memory-db | — | Run database tests using memory instead of file |\n| -f | --fast | — | Try to increase speed of the tests, decreasing of wait intervals, memory database |\n| -i | --ignore | — | negate [regexps] filter to ignore tests matched specified regexps |\n| -t | --log-traceback | — | Enrich log-messages with compressed tracebacks |\n| — | --full-traceback | — | Either to make the tracebacks full, not compressed (as by default) |\n\n## See Also\n\n- fail2ban-client(1)\n- fail2ban-server(1)\n- fail2ban-regex(1)\n- FAIL2BAN-TESTCASES(1)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (2 lines)\n- **OPTIONS** (1 lines) — 12 subsections\n  - --version (2 lines)\n  - -h --help (2 lines)\n  - -l --log-level (2 lines)\n  - -v (3 lines)\n  - --log-direct (2 lines)\n  - -n --no-network (2 lines)\n  - -g --no-gamin (2 lines)\n  - -m --memory-db (2 lines)\n  - -f --fast (2 lines)\n  - -i --ignore (2 lines)\n  - -t --log-traceback (2 lines)\n  - --full-traceback (2 lines)\n- **SEE ALSO** (5 lines)\n\n## Full Content\n\n### NAME\n\nfail2ban-testcases - run Fail2Ban unit-tests\n\n### SYNOPSIS\n\nfail2ban-testcases [OPTIONS] [regexps]\n\n### DESCRIPTION\n\nScript to run Fail2Ban tests battery\n\n### OPTIONS\n\n#### --version\n\nshow program's version number and exit\n\n#### -h --help\n\nshow this help message and exit\n\n#### -l --log-level\n\nLog level for the logger to use during running tests\n\n#### -v\n\n--verbosity=VERBOSITY\nSet numerical level of verbosity (0..4)\n\n#### --log-direct\n\nPrevent lazy logging inside tests\n\n#### -n --no-network\n\nDo not run tests that require the network\n\n#### -g --no-gamin\n\nDo not run tests that require the gamin\n\n#### -m --memory-db\n\nRun database tests using memory instead of file\n\n#### -f --fast\n\nTry to increase speed of the tests, decreasing of wait intervals, memory database\n\n#### -i --ignore\n\nnegate [regexps] filter to ignore tests matched specified regexps\n\n#### -t --log-traceback\n\nEnrich log-messages with compressed tracebacks\n\n#### --full-traceback\n\nEither to make the tracebacks full, not compressed (as by default)\n\n### SEE ALSO\n\nfail2ban-client(1) fail2ban-server(1) fail2ban-regex(1)\n\n\n\nfail2ban-testcases 0.11.2                   November 2020                      FAIL2BAN-TESTCASES(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "fail2ban-testcases",
        "section": "1",
        "mode": "man",
        "summary": "fail2ban-testcases - run Fail2Ban unit-tests",
        "synopsis": "fail2ban-testcases [OPTIONS] [regexps]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "",
                "long": "--version",
                "arg": null,
                "description": "show program's version number and exit"
            },
            {
                "flag": "-h",
                "long": "--help",
                "arg": null,
                "description": "show this help message and exit"
            },
            {
                "flag": "-l",
                "long": "--log-level",
                "arg": null,
                "description": "Log level for the logger to use during running tests"
            },
            {
                "flag": "-v",
                "long": null,
                "arg": null,
                "description": "--verbosity=VERBOSITY Set numerical level of verbosity (0..4)"
            },
            {
                "flag": "",
                "long": "--log-direct",
                "arg": null,
                "description": "Prevent lazy logging inside tests"
            },
            {
                "flag": "-n",
                "long": "--no-network",
                "arg": null,
                "description": "Do not run tests that require the network"
            },
            {
                "flag": "-g",
                "long": "--no-gamin",
                "arg": null,
                "description": "Do not run tests that require the gamin"
            },
            {
                "flag": "-m",
                "long": "--memory-db",
                "arg": null,
                "description": "Run database tests using memory instead of file"
            },
            {
                "flag": "-f",
                "long": "--fast",
                "arg": null,
                "description": "Try to increase speed of the tests, decreasing of wait intervals, memory database"
            },
            {
                "flag": "-i",
                "long": "--ignore",
                "arg": null,
                "description": "negate [regexps] filter to ignore tests matched specified regexps"
            },
            {
                "flag": "-t",
                "long": "--log-traceback",
                "arg": null,
                "description": "Enrich log-messages with compressed tracebacks"
            },
            {
                "flag": "",
                "long": "--full-traceback",
                "arg": null,
                "description": "Either to make the tracebacks full, not compressed (as by default)"
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "fail2ban-client",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/fail2ban-client/1/json"
            },
            {
                "name": "fail2ban-server",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/fail2ban-server/1/json"
            },
            {
                "name": "fail2ban-regex",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/fail2ban-regex/1/json"
            },
            {
                "name": "FAIL2BAN-TESTCASES",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/FAIL2BAN-TESTCASES/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "--version",
                        "lines": 2,
                        "long": "--version"
                    },
                    {
                        "name": "-h --help",
                        "lines": 2,
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-l --log-level",
                        "lines": 2,
                        "flag": "-l",
                        "long": "--log-level"
                    },
                    {
                        "name": "-v",
                        "lines": 3,
                        "flag": "-v"
                    },
                    {
                        "name": "--log-direct",
                        "lines": 2,
                        "long": "--log-direct"
                    },
                    {
                        "name": "-n --no-network",
                        "lines": 2,
                        "flag": "-n",
                        "long": "--no-network"
                    },
                    {
                        "name": "-g --no-gamin",
                        "lines": 2,
                        "flag": "-g",
                        "long": "--no-gamin"
                    },
                    {
                        "name": "-m --memory-db",
                        "lines": 2,
                        "flag": "-m",
                        "long": "--memory-db"
                    },
                    {
                        "name": "-f --fast",
                        "lines": 2,
                        "flag": "-f",
                        "long": "--fast"
                    },
                    {
                        "name": "-i --ignore",
                        "lines": 2,
                        "flag": "-i",
                        "long": "--ignore"
                    },
                    {
                        "name": "-t --log-traceback",
                        "lines": 2,
                        "flag": "-t",
                        "long": "--log-traceback"
                    },
                    {
                        "name": "--full-traceback",
                        "lines": 2,
                        "long": "--full-traceback"
                    }
                ]
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "fail2ban-testcases - run Fail2Ban unit-tests\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "fail2ban-testcases [OPTIONS] [regexps]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Script to run Fail2Ban tests battery\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "--version",
                        "content": "show program's version number and exit\n",
                        "long": "--version"
                    },
                    {
                        "name": "-h --help",
                        "content": "show this help message and exit\n",
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-l --log-level",
                        "content": "Log level for the logger to use during running tests\n",
                        "flag": "-l",
                        "long": "--log-level"
                    },
                    {
                        "name": "-v",
                        "content": "--verbosity=VERBOSITY\nSet numerical level of verbosity (0..4)\n",
                        "flag": "-v"
                    },
                    {
                        "name": "--log-direct",
                        "content": "Prevent lazy logging inside tests\n",
                        "long": "--log-direct"
                    },
                    {
                        "name": "-n --no-network",
                        "content": "Do not run tests that require the network\n",
                        "flag": "-n",
                        "long": "--no-network"
                    },
                    {
                        "name": "-g --no-gamin",
                        "content": "Do not run tests that require the gamin\n",
                        "flag": "-g",
                        "long": "--no-gamin"
                    },
                    {
                        "name": "-m --memory-db",
                        "content": "Run database tests using memory instead of file\n",
                        "flag": "-m",
                        "long": "--memory-db"
                    },
                    {
                        "name": "-f --fast",
                        "content": "Try to increase speed of the tests, decreasing of wait intervals, memory database\n",
                        "flag": "-f",
                        "long": "--fast"
                    },
                    {
                        "name": "-i --ignore",
                        "content": "negate [regexps] filter to ignore tests matched specified regexps\n",
                        "flag": "-i",
                        "long": "--ignore"
                    },
                    {
                        "name": "-t --log-traceback",
                        "content": "Enrich log-messages with compressed tracebacks\n",
                        "flag": "-t",
                        "long": "--log-traceback"
                    },
                    {
                        "name": "--full-traceback",
                        "content": "Either to make the tracebacks full, not compressed (as by default)\n",
                        "long": "--full-traceback"
                    }
                ]
            },
            "SEE ALSO": {
                "content": "fail2ban-client(1) fail2ban-server(1) fail2ban-regex(1)\n\n\n\nfail2ban-testcases 0.11.2                   November 2020                      FAIL2BAN-TESTCASES(1)",
                "subsections": []
            }
        }
    }
}