Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 951 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 951 Bytes

e2e-ci-poc

Inputs

Cloud Details

Compose an .env file with your cloud details. Example sample.env lists the required variables.

Test cluster

Compose a .json file with your cluster definition and variables overrides. Variables defaults are here. Checkout sample.json shows how to override default values.

Run locally

Requires docker, azure-cli, git, bash & jq. Make sure you can reach Azure Stack's metadata endpoint.

make run-local INPUT=env/sample.env

If you do not have make

./scripts/run-local.sh env/sample.env

Run on DVM

Create a Linux VM and make sure your input .env sets variable DVM_HOST.

make setup-dvm run-dvm results INPUT=env/sample.env

If you do not have make

./scripts/upload.sh env/sample.env
./scripts/run-dvm.sh env/sample.env
./scripts/results.sh env/sample.env