Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use uuidgen to generate random username/password
Using /dev/urandom has entropy issue. It can run out especially in CI, leaving jobs stuck. We have used uuidgen in BMO e2e for long time now and it works great. These usernames/passwords just need to be anything random to make sure nothing is hardcoded, so uuidgen works great for that anyways. Signed-off-by: Tuomo Tanskanen <[email protected]>
- Loading branch information