# PSProxmoxVE integration test configuration. # Copy to .env.test and fill in values. This file is gitignored. # # These credentials point to the PARENT PVE host where nested test VMs # will be provisioned. Integration tests run against the nested VMs, # not against this host directly. # ── Required: parent PVE for provisioning ───────────────────────────── PVE_ENDPOINT=https://pve.example.com:8006 PVE_API_TOKEN=user@realm!tokenid=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx PVE_TARGET_NODE=pve1 PVE_PASSWORD= # ── Optional overrides ──────────────────────────────────────────────── # CACHE_DIR=/opt/pve-isos # WORK_DIR=/tmp/pve-integration # PVE_VERSIONS=9 8