Skip to content

Commit

Permalink
Add test environment: Docker smoke tests
Browse files Browse the repository at this point in the history
Add a new test environment that can be used for running
the smoke tests against the Docker setup.

Actually using this environment will require the --no-env-csrf
parameter.
  • Loading branch information
stsnel committed Jul 25, 2024
1 parent 3fda8af commit f34d452
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/environments/docker_smoke.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"url": "https://portal.yoda:8443",
"zone_name": "tempZone",
"roles": {
"smoke_account": {
"username": "[email protected]",
"password": "test"
}
}
}

0 comments on commit f34d452

Please sign in to comment.