Files
2024-12-05 13:45:51 +01:00
..
2024-12-05 13:45:51 +01:00
2024-01-30 12:05:25 +00:00
2024-01-30 12:05:25 +00:00
2024-01-30 12:05:25 +00:00
2024-01-30 12:05:25 +00:00
2024-01-30 12:05:25 +00:00

E2E Test

This document is to help developers understand how to run e2e tests for CAPMOX.

Requirements

In order to run the e2e tests the following requirements must be met:

  • Docker
  • Proxmox VE Cluster
  • A Kubernetes cluster running on Proxmox VE

Environment variables

The first step to running the e2e tests is setting up the required environment variables:

Environment variable Description
PROXMOX_URL The Proxmox host
PROXMOX_TOKEN The Proxmox token
PROXMOX_SECRET The secret associated with the token

Running e2e test

In the root project directory run:

make test-e2e

Running Conformance test

In the root project directory run:

make test-conformance