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: I4d7de89b2ad3ee91d113da3746fe393d8cce2aa2changes/27/733127/5
parent
257f3b009f
commit
58b0538670
@ -0,0 +1,7 @@
|
||||
---
|
||||
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.
|
Loading…
Reference in New Issue