tempest/releasenotes/notes/bug-1799883-6ea95fc64f70c9ef.yaml
Manik Bindlish 6c95678a76 Handling invalid path of workspace register and move
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
2018-11-16 09:36:58 +00:00

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.