tempest/releasenotes/notes/account-generator-accepts-positive-numbers-only-33a366a297494ef7.yaml
Lukas Piwowarski 58b0538670 Fix the argument check for account-generator
Concurrency parameter for account-generator command was accepting
negative values and zero.

This patch makes sure that when the account-generator is passed
a negative value or zero, it ends with an error.

Closes-Bug: #1811349
Partially-Implements: blueprint tempest-cli-unit-test-coverage
Change-Id: I4d7de89b2ad3ee91d113da3746fe393d8cce2aa2
2020-06-15 07:03:34 +00:00

8 lines
282 B
YAML

---
fixes:
- |
Concurrency parameter for account-generator command was accepting
negative values and zero. The concurrency parameter now accepts only
positive numbers. When a negative value or zero is passed to the
program then the program ends and help is displayed.