# PSProxmoxVE integration test configuration. # Copy to .env.test and fill in values. This file is gitignored. # ── For testing against a pre-existing PVE (./tests/dev.sh integration) ── PVETEST_HOST=pve.example.com PVETEST_PORT=8006 PVETEST_APITOKEN=user@realm!tokenid=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx PVETEST_NODE=pve1 PVETEST_STORAGE=local PVETEST_PASSWORD= # ── For full provisioning (./tests/dev.sh provision, x86 only) ─────────── # 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