[INTTEST-56] OpenStack CLI Get List will terminate with exception if OpenStack CLI doesn't have output Created: 14/Feb/19 Updated: 14/Feb/19 |
|
| Status: | Open |
| Project: | integration-test |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | High |
| Reporter: | Yi Yang | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | csit | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
New Openstack environment, so no network, subnet, ... there. |
||
| Description |
|
If current openstack environment is new, no network, subnet, floating ip, port, router and server, OpenStack CLI Get List will terminate with exception, this isn't the behavior we expect, on the contrary, it should return empty list gracefully. The root cause is RequestsLibrary.To Json will result in exception if ${json} is empty. |