Tempest test test_create_security_group_rule_wrong_ip_prefix_version fails
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R3.0.2.x |
Won't Fix
|
Undecided
|
Unassigned | |||
R3.0.3.x |
Won't Fix
|
Undecided
|
Unassigned | |||
R3.1 |
Fix Committed
|
High
|
Sahil Sabharwal | |||
R3.2 |
Fix Committed
|
High
|
Sahil Sabharwal | |||
Trunk |
Fix Committed
|
High
|
Sahil Sabharwal |
Bug Description
R3.0.2.0 Build 52 Liberty
tempest.
The test tries to update a SG with ethertype IPv6 but prefix being a v4 IP and vice versa.
It is looking for a BadRequest exception to be thrown with message "Conflicting value ethertype"
Error seen :
Traceback (most recent call last):
File "/usr/local/
remote_
File "/usr/lib/
return context.
File "/usr/lib/
callable_
File "/usr/local/
return self.create_
File "/usr/local/
resp, body = self.post(req_uri, req_post_data)
File "/usr/local/
return self.request(
File "/usr/local/
resp, resp_body)
File "/usr/local/
message=
ServerFault: Got server fault
Details: An unknown exception occurred.
=======
contrail-api log :
Traceback (most recent call last):
File "/usr/lib/
response = handler(*args, **kwargs)
File "/usr/lib/
return self.plugin_
File "/usr/lib/
sg_rule_info = cfgdb.security_
File "/usr/lib/
return func(self, *args, **kwargs)
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
return func(self, *args, **kwargs)
File "/usr/lib/
content = self._request_
File "/usr/lib/
retry_
File "/usr/lib/
raise BadRequest(status, content)
BadRequest: HTTP Status: 400 Content: Rule subnet 10.100.0.0/16 doesn't match ethertype IPv6
tags: |
added: neutron tempest removed: net |
Changed in juniperopenstack: | |
assignee: | nobody → ssabharwal@juniper.net (ssabharwal) |
tags: | added: osp7-cert osp8-cert rhosp-tempest |
Review in progress for https:/ /review. opencontrail. org/22567
Submitter: <email address hidden> (<email address hidden>)