6c95678a76
This PS will fix the invalid value handling. Error will be raised if no/blank value will be specified for workspace register and workspace move for path parameter. Change-Id: I0d9956cac27fd4dbb527fd865aa152e4724c01f9 Closes-Bug: #1799883 Partially-Implements: blueprint tempest-cli-unit-test-coverage
8 lines
312 B
YAML
8 lines
312 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed bug #1799883. ``tempest workspace register`` and ``tempest workspace move`` CLI
|
|
will now validate the value of the ``--path`` CLI argument and raise an exception if
|
|
it is None or empty string. Earlier both CLI actions were accepting None or empty path
|
|
which was confusing.
|