mirror of
https://github.com/docker/compose.git
synced 2026-02-09 01:59:22 +08:00
Separate ACI e2e tests, allowing to run a single one
This commit is contained in:
@@ -60,6 +60,11 @@ az ad sp create-for-rbac --name 'MyTestServicePrincipal' --sdk-auth
|
||||
Running aci e2e tests will override your local login, the service principal credentials use a token that cannot be refreshed automatically.
|
||||
You might need to run again `docker login azure` to properly use the command line after running ACI e2e tests.
|
||||
|
||||
You can also run a single ACI test from the test suite :
|
||||
```
|
||||
AZURE_TENANT_ID="xxx" AZURE_CLIENT_ID="yyy" AZURE_CLIENT_SECRET="yyy" go test -v ./tests/aci-e2e -testify.m TestACIRunSingleContainer
|
||||
```
|
||||
|
||||
## Release
|
||||
|
||||
To create a new release:
|
||||
|
||||
Reference in New Issue
Block a user