tempest security group test fails due to null security group description
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R3.2 |
Fix Committed
|
Medium
|
Bruno Fernando | |||
R3.2.3.x |
In Progress
|
Medium
|
Bruno Fernando | |||
R4.0 |
Fix Committed
|
Medium
|
Bruno Fernando | |||
R4.1 |
Fix Committed
|
Medium
|
Bruno Fernando | |||
R5.0 |
Fix Committed
|
Medium
|
Bruno Fernando | |||
Trunk |
Fix Committed
|
Medium
|
Bruno Fernando | |||
OpenContrail |
Fix Committed
|
Undecided
|
Bruno Fernando |
Bug Description
Tempest expects the string in the security group description. But if the security group is created without description, it returns None. Hence tempest test fails
Fix:
Add a default description to empty string(" "), if the description is not provided by the user during Security Grou creation..
Tempest Failure Logs
=======
tempest.
Error:
Traceback (most recent call last):
File "/usr/local/
server_
File "/usr/local/
resp, body)
File "/usr/local/
raise exceptions.
tempest.
Details: HTTP response body is invalid (None is not of type 'string'
Failed validating 'type' in schema[
{'type': 'string'}
On instance[
None)
Changed in opencontrail: | |
assignee: | nobody → sureshkvl (sureshkumar-s) |
Changed in juniperopenstack: | |
assignee: | nobody → sureshkvl (sureshkumar-s) |
Changed in juniperopenstack: | |
assignee: | sureshkvl (sureshkumar-s) → nobody |
Changed in opencontrail: | |
assignee: | sureshkvl (sureshkumar-s) → nobody |
tags: | added: config |
Changed in opencontrail: | |
assignee: | nobody → Bruno Fernando (bfernando) |
Changed in opencontrail: | |
status: | New → Fix Committed |
Review in progress for https:/ /review. opencontrail. org/42463
Submitter: Bruno Fernando (<email address hidden>)