Skip to content
Snippets Groups Projects
pytest.ini 729 B
Newer Older
Varac's avatar
Varac committed
[pytest]
# Register custom markers, see https://docs.pytest.org/en/latest/mark.html
markers =
    resource: Run all tests for a specific resource
    certs: Run tests related to TLS certificates
Varac's avatar
Varac committed
    testinfra: Run testinfra tests (test OS/package versions etc)
    prometheus: Test prometheus
Varac's avatar
Varac committed
    helmreleases: Test deployed helmreleases installed by flux
Maarten de Waard's avatar
Maarten de Waard committed
    kustomizations: Test that flux kustomizations are ready
    deployments: Test if all deployments are ready
Varac's avatar
Varac committed
    statefulsets: Test if all statefulsets are ready
Varac's avatar
Varac committed
    daemonsets: Test if all daemonsets are ready
Varac's avatar
Varac committed
    dns: Check if cluster domain resolves at all nameservers

# https://docs.pytest.org/en/latest/warnings.html
filterwarnings =
    ignore::DeprecationWarning