forked from Azure/iotedge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MQTT Perf Tests improvements. (Azure#4527)
There are few small improvements I propose for MQTT perf tests: - use `--security-opt apparmor=unconfined` flag to disable apparmor that sometimes causes problems restarting the containers - use `docker rm -f` && `docker run` instead of `docker restart` - save image name into local file, for ease of use in later steps. - make all stages always run even if previous failed.
- Loading branch information
1 parent
17d7cad
commit 4a0c169
Showing
3 changed files
with
29 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters