yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #87856
[Bug 1835914] Re: Test test_show_network_segment_range failing
** Changed in: neutron
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1835914
Title:
Test test_show_network_segment_range failing
Status in neutron:
Fix Released
Bug description:
I found it couple of times that neutron_tempest_plugin API test
test_show_network_segment_range is failing because there is no
project_id field in returned segment data.
Example of failure:
http://logs.openstack.org/57/669557/3/check/neutron-tempest-plugin-
api/3b8e00b/testr_results.html.gz
Logstash query:
http://logstash.openstack.org/#dashboard/file/logstash.json?query=message%3A%5C%22line%20209%2C%20in%20test_show_network_segment_range%5C%22
- it failed twice during last week.
As You can see in test code, it's failing in https://github.com/openstack/neutron-tempest-plugin/blob/eaaf978e25b43f49a1f78c34651d4acd65236eeb/neutron_tempest_plugin/api/admin/test_network_segment_range.py#L209 - so this clearly means that there was SOME reply from neutron server as assertions prior to this one were fine.
Also in tempest logs there is logged response like:
Body: b'{"network_segment_range": {"id":
"f883f498-1831-4743-819c-eaa04e335fef", "name": "tempest-
test_network_segment_range-1876713703", "default": false, "shared":
false, "network_type": "vxlan", "minimum": 1100, "maximum": 1105,
"revision_number": 0, "description": "", "created_at":
"2019-07-08T07:45:18Z", "updated_at": "2019-07-08T07:45:18Z",
"available": [1100, 1101, 1102, 1103, 1104, 1105], "used": {}, "tags":
[]}}'
which don't have project_id in it. Also revision_number=0 looks
strange for me.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1835914/+subscriptions
References