yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #28684
[Bug 1412325] Re: test_subnet_details failed due to MismatchError
Reviewed: https://review.openstack.org/148815
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=bb0ea39fd19d2675dae738620f5dcc44498633e4
Submitter: Jenkins
Branch: master
commit bb0ea39fd19d2675dae738620f5dcc44498633e4
Author: Yair Fried <yfried@xxxxxxxxxx>
Date: Mon Jan 19 07:26:08 2015 +0000
Unskip and Add timeout method to dns check scenario
In test_subnet_details, Tempest checks the effect of alternative dns
server which is updated just before the check.
However, sometimes the check failed because the update could not make
it before the check. This reason is not concrete yet, but this problem
happens three times in 60 minutes now.
So we need to solve this problem soon for smooth development, and this
patch adds timeout method for alternative dns part.
Change-Id: I0cb98ff401b526c24388ea440e5629a8ebc925eb
Closes-Bug: #1412325
** Changed in: tempest
Status: In Progress => 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/1412325
Title:
test_subnet_details failed due to MismatchError
Status in OpenStack Neutron (virtual network service):
New
Status in Tempest:
Fix Released
Bug description:
A new test test_subnet_details failed on the gate for Nova like the
following:
http://logs.openstack.org/92/144092/3/check/check-tempest-dsvm-
neutron-full/6bcefe8/logs/testr_results.html.gz
Traceback (most recent call last):
File "tempest/test.py", line 112, in wrapper
return f(self, *func_args, **func_kwargs)
File "tempest/scenario/test_network_basic_ops.py", line 486, in test_subnet_details
self._check_dns_server(ssh_client, [alt_dns_server])
File "tempest/scenario/test_network_basic_ops.py", line 437, in _check_dns_server
trgt_serv=dns_servers))
File "/usr/local/lib/python2.7/dist-packages/testtools/testcase.py", line 348, in assertEqual
self.assertThat(observed, matcher, message)
File "/usr/local/lib/python2.7/dist-packages/testtools/testcase.py", line 433, in assertThat
raise mismatch_error
MismatchError: set(['9.8.7.6']) != set(['1.2.3.4']): Looking for servers: ['9.8.7.6']. Retrieved DNS nameservers: ['1.2.3.4'] From host: 172.24.4.98.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1412325/+subscriptions