← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1708030] [NEW] netlink test_list_entries failing with mismatch

 

Public bug reported:

Spotted in check job that has no relationship to netlink.

Traceback (most recent call last):
  File "neutron/tests/base.py", line 118, in func
    return f(self, *args, **kwargs)
  File "neutron/tests/functional/agent/linux/test_netlink_lib.py", line 69, in test_list_entries
    self.assertEqual(expected, entries_list)
  File "/opt/stack/new/neutron/.tox/dsvm-functional/local/lib/python2.7/site-packages/testtools/testcase.py", line 411, in assertEqual
    self.assertThat(observed, matcher, message)
  File "/opt/stack/new/neutron/.tox/dsvm-functional/local/lib/python2.7/site-packages/testtools/testcase.py", line 498, in assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: !=:
reference = ((4, 'icmp', 8, 0, '1.1.1.1', '2.2.2.2', 3333, 10),
 (4, 'tcp', 1, 2, '1.1.1.1', '2.2.2.2', 10),
 (4, 'udp', 4, 5, '1.1.1.1', '2.2.2.2', 10))
actual    = ((4, 'icmp', 8, 0, '1.1.1.1', '2.2.2.2', 3333, 10),
 (4, 'tcp', 1, 2, '1.1.1.1', '2.2.2.2', 10),
 (4, 'udp', 4, 5, '1.1.1.1', '2.2.2.2', 10),
 (4, 'tcp', 40364, 12345, '192.168.0.1', '192.168.0.2', 10),
 (4, 'tcp', 59330, 12346, '192.168.0.1', '192.168.0.2', 10))


http://logs.openstack.org/29/489429/2/check/gate-neutron-dsvm-
functional-ubuntu-xenial/3f2b494/testr_results.html.gz

** Affects: neutron
     Importance: High
     Assignee: Cuong Nguyen (cuongnv)
         Status: Confirmed


** Tags: gate-failure

** Changed in: neutron
       Status: New => Confirmed

** Changed in: neutron
   Importance: Undecided => High

** Tags added: gate-failure

** Changed in: neutron
     Assignee: (unassigned) => Cuong Nguyen (cuongnv)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1708030

Title:
  netlink test_list_entries failing with mismatch

Status in neutron:
  Confirmed

Bug description:
  Spotted in check job that has no relationship to netlink.

  Traceback (most recent call last):
    File "neutron/tests/base.py", line 118, in func
      return f(self, *args, **kwargs)
    File "neutron/tests/functional/agent/linux/test_netlink_lib.py", line 69, in test_list_entries
      self.assertEqual(expected, entries_list)
    File "/opt/stack/new/neutron/.tox/dsvm-functional/local/lib/python2.7/site-packages/testtools/testcase.py", line 411, in assertEqual
      self.assertThat(observed, matcher, message)
    File "/opt/stack/new/neutron/.tox/dsvm-functional/local/lib/python2.7/site-packages/testtools/testcase.py", line 498, in assertThat
      raise mismatch_error
  testtools.matchers._impl.MismatchError: !=:
  reference = ((4, 'icmp', 8, 0, '1.1.1.1', '2.2.2.2', 3333, 10),
   (4, 'tcp', 1, 2, '1.1.1.1', '2.2.2.2', 10),
   (4, 'udp', 4, 5, '1.1.1.1', '2.2.2.2', 10))
  actual    = ((4, 'icmp', 8, 0, '1.1.1.1', '2.2.2.2', 3333, 10),
   (4, 'tcp', 1, 2, '1.1.1.1', '2.2.2.2', 10),
   (4, 'udp', 4, 5, '1.1.1.1', '2.2.2.2', 10),
   (4, 'tcp', 40364, 12345, '192.168.0.1', '192.168.0.2', 10),
   (4, 'tcp', 59330, 12346, '192.168.0.1', '192.168.0.2', 10))


  
  http://logs.openstack.org/29/489429/2/check/gate-neutron-dsvm-functional-ubuntu-xenial/3f2b494/testr_results.html.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1708030/+subscriptions


Follow ups