-
Notifications
You must be signed in to change notification settings - Fork 12
/
.env.example
48 lines (35 loc) · 1.28 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Node base URL
# NODE_BASE_URL=http://wallarm-ingress-controller.default.svc
# Wallarm API settings. Used for Helm chart deployment and smoke tests
WALLARM_API_HOST=api.wallarm.com
WALLARM_API_TOKEN=...
WALLARM_API_CA_VERIFY=True
# Settings that related to smoke tests only
CLIENT_ID=...
USER_TOKEN=...
# Pytest arguments. Double quotes here must be used here
# PYTEST_ARGS="--allure-features=Node"
# Number of pytest workers. This variable is optional and set to 10 by default
# PYTEST_WORKERS=10
# Location of Pytest Docker image
# SMOKE_IMAGE_NAME=dkr.wallarm.com/tests/smoke-tests
# SMOKE_IMAGE_TAG=latest
# Credentials for Pytest registry
SMOKE_REGISTRY_TOKEN=...
SMOKE_REGISTRY_SECRET=...
# Environment variables for Allure
#ALLURE_GENERATE_REPORT=..
#ALLURE_UPLOAD_REPORT=..
#ALLURE_ENDPOINT=...
#ALLURE_TOKEN=...
#ALLURE_PROJECT_ID=...
#ALLURE_TESTPLAN_PATH=...
#ALLURE_RESULTS_PATH=...
# Just keep it here since it is used in main Makefile if we don't have GO installed locally
ARCH=amd64
PYTEST_WORKERS=10
# Local env features
# To download from private registry set the following dkr.wallarm.com/wallarm-node/ingress-images-factory
#HELPER_REGISTRY=docker.io/wallarm
# Build or not controller images locally, set it to true when environment is up and running
#SKIP_IMAGE_CREATION=false