Skip to content

CI: run integration tests (bwrap + gocryptfs + unshare) #9

@haard

Description

@haard

tests/test_vault_integration.py is marked pytestmark = [pytest.mark.integration, pytest.mark.real_probe] and requires bwrap, gocryptfs, unshare, and fusermount on the host, plus a working unprivileged user namespace. The initial CI PR skips integration tests (-m "not integration").

Add a dedicated job that installs the required system packages (bubblewrap, gocryptfs, fuse3) on an Ubuntu runner and runs pytest -m integration. Verify that unprivileged user namespaces are usable on the runner; fall back to a privileged step or self-hosted runner if necessary.

Out of scope in initial CI PR; spinning off so the default CI path stays fast and simple.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions