[Bug 1823643] [NEW] python-neutronclient ftbfs in cosmic

Matthias Klose doko at ubuntu.com
Mon Apr 8 07:59:17 UTC 2019


Public bug reported:

https://launchpadlibrarian.net/418304946/buildlog_ubuntu-cosmic-amd64
.python-neutronclient_1%3A6.9.0-0ubuntu1_BUILDING.txt.gz


======================================================================
FAIL: neutronclient.tests.unit.osc.v2.fwaas.test_firewallrule.TestShowFirewallRule.test_show_filtered_by_id_or_name
neutronclient.tests.unit.osc.v2.fwaas.test_firewallrule.TestShowFirewallRule.test_show_filtered_by_id_or_name
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "neutronclient/tests/unit/osc/v2/fwaas/common.py", line 70, in test_show_filtered_by_id_or_name
    self.assertItemEqual(self.ordered_data, data)
  File "neutronclient/tests/unit/osc/v2/fakes.py", line 42, in assertItemEqual
    self.assertIsInstance(col_actual, col_expected.__class__)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 462, in assertIsInstance
    self.assertThat(obj, matcher, msg)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 498, in assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: 'None' is not an instance of ProtocolColumn


======================================================================
FAIL: neutronclient.tests.unit.osc.v2.fwaas.test_firewallrule.TestListFirewallRule.test_list_with_long_option
neutronclient.tests.unit.osc.v2.fwaas.test_firewallrule.TestListFirewallRule.test_list_with_long_option
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "neutronclient/tests/unit/osc/v2/fwaas/test_firewallrule.py", line 329, in test_list_with_long_option
    self.assertListItemEqual([self.data], list(data))
  File "neutronclient/tests/unit/osc/v2/fakes.py", line 35, in assertListItemEqual
    self.assertItemEqual(item_expected, item_actual)
  File "neutronclient/tests/unit/osc/v2/fakes.py", line 42, in assertItemEqual
    self.assertIsInstance(col_actual, col_expected.__class__)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 462, in assertIsInstance
    self.assertThat(obj, matcher, msg)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 498, in assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: 'None' is not an instance of ProtocolColumn


======================================================================
FAIL: neutronclient.tests.unit.osc.v2.fwaas.test_firewallrule.TestCreateFirewallRule.test_create_with_all_params_protocol_any
neutronclient.tests.unit.osc.v2.fwaas.test_firewallrule.TestCreateFirewallRule.test_create_with_all_params_protocol_any
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "neutronclient/tests/unit/osc/v2/fwaas/test_firewallrule.py", line 256, in test_create_with_all_params_protocol_any
    self._test_create_with_all_params({'protocol': 'any'})
  File "neutronclient/tests/unit/osc/v2/fwaas/test_firewallrule.py", line 242, in _test_create_with_all_params
    self.check_results(headers, data, request)
  File "neutronclient/tests/unit/osc/v2/fwaas/test_firewallrule.py", line 86, in check_results
    self.assertItemEqual(self.ordered_data, data)
  File "neutronclient/tests/unit/osc/v2/fakes.py", line 42, in assertItemEqual
    self.assertIsInstance(col_actual, col_expected.__class__)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 462, in assertIsInstance
    self.assertThat(obj, matcher, msg)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 498, in assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: 'None' is not an instance of ProtocolColumn


======================================================================
FAIL: neutronclient.tests.unit.osc.v2.fwaas.test_firewallrule.TestCreateFirewallRule.test_create_with_no_options
neutronclient.tests.unit.osc.v2.fwaas.test_firewallrule.TestCreateFirewallRule.test_create_with_no_options
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "neutronclient/tests/unit/osc/v2/fwaas/test_firewallrule.py", line 250, in test_create_with_no_options
    self.check_results(headers, data, {})
  File "neutronclient/tests/unit/osc/v2/fwaas/test_firewallrule.py", line 86, in check_results
    self.assertItemEqual(self.ordered_data, data)
  File "neutronclient/tests/unit/osc/v2/fakes.py", line 42, in assertItemEqual
    self.assertIsInstance(col_actual, col_expected.__class__)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 462, in assertIsInstance
    self.assertThat(obj, matcher, msg)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 498, in assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: 'None' is not an instance of ProtocolColumn


----------------------------------------------------------------------
Ran 1171 tests in 8.462s

FAILED (failures=4)
make[1]: *** [debian/rules:14: override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:6: build] Error 2

** Affects: python-neutronclient (Ubuntu)
     Importance: High
         Status: New


** Tags: ftbfs rls-cc-incoming

** Changed in: python-neutronclient (Ubuntu)
   Importance: Undecided => High

** Tags added: ftbfs rls-cc-incoming

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to python-neutronclient in Ubuntu.
https://bugs.launchpad.net/bugs/1823643

Title:
  python-neutronclient ftbfs in cosmic

Status in python-neutronclient package in Ubuntu:
  New

Bug description:
  https://launchpadlibrarian.net/418304946/buildlog_ubuntu-cosmic-amd64
  .python-neutronclient_1%3A6.9.0-0ubuntu1_BUILDING.txt.gz

  
  ======================================================================
  FAIL: neutronclient.tests.unit.osc.v2.fwaas.test_firewallrule.TestShowFirewallRule.test_show_filtered_by_id_or_name
  neutronclient.tests.unit.osc.v2.fwaas.test_firewallrule.TestShowFirewallRule.test_show_filtered_by_id_or_name
  ----------------------------------------------------------------------
  _StringException: Traceback (most recent call last):
    File "neutronclient/tests/unit/osc/v2/fwaas/common.py", line 70, in test_show_filtered_by_id_or_name
      self.assertItemEqual(self.ordered_data, data)
    File "neutronclient/tests/unit/osc/v2/fakes.py", line 42, in assertItemEqual
      self.assertIsInstance(col_actual, col_expected.__class__)
    File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 462, in assertIsInstance
      self.assertThat(obj, matcher, msg)
    File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 498, in assertThat
      raise mismatch_error
  testtools.matchers._impl.MismatchError: 'None' is not an instance of ProtocolColumn

  
  ======================================================================
  FAIL: neutronclient.tests.unit.osc.v2.fwaas.test_firewallrule.TestListFirewallRule.test_list_with_long_option
  neutronclient.tests.unit.osc.v2.fwaas.test_firewallrule.TestListFirewallRule.test_list_with_long_option
  ----------------------------------------------------------------------
  _StringException: Traceback (most recent call last):
    File "neutronclient/tests/unit/osc/v2/fwaas/test_firewallrule.py", line 329, in test_list_with_long_option
      self.assertListItemEqual([self.data], list(data))
    File "neutronclient/tests/unit/osc/v2/fakes.py", line 35, in assertListItemEqual
      self.assertItemEqual(item_expected, item_actual)
    File "neutronclient/tests/unit/osc/v2/fakes.py", line 42, in assertItemEqual
      self.assertIsInstance(col_actual, col_expected.__class__)
    File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 462, in assertIsInstance
      self.assertThat(obj, matcher, msg)
    File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 498, in assertThat
      raise mismatch_error
  testtools.matchers._impl.MismatchError: 'None' is not an instance of ProtocolColumn

  
  ======================================================================
  FAIL: neutronclient.tests.unit.osc.v2.fwaas.test_firewallrule.TestCreateFirewallRule.test_create_with_all_params_protocol_any
  neutronclient.tests.unit.osc.v2.fwaas.test_firewallrule.TestCreateFirewallRule.test_create_with_all_params_protocol_any
  ----------------------------------------------------------------------
  _StringException: Traceback (most recent call last):
    File "neutronclient/tests/unit/osc/v2/fwaas/test_firewallrule.py", line 256, in test_create_with_all_params_protocol_any
      self._test_create_with_all_params({'protocol': 'any'})
    File "neutronclient/tests/unit/osc/v2/fwaas/test_firewallrule.py", line 242, in _test_create_with_all_params
      self.check_results(headers, data, request)
    File "neutronclient/tests/unit/osc/v2/fwaas/test_firewallrule.py", line 86, in check_results
      self.assertItemEqual(self.ordered_data, data)
    File "neutronclient/tests/unit/osc/v2/fakes.py", line 42, in assertItemEqual
      self.assertIsInstance(col_actual, col_expected.__class__)
    File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 462, in assertIsInstance
      self.assertThat(obj, matcher, msg)
    File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 498, in assertThat
      raise mismatch_error
  testtools.matchers._impl.MismatchError: 'None' is not an instance of ProtocolColumn

  
  ======================================================================
  FAIL: neutronclient.tests.unit.osc.v2.fwaas.test_firewallrule.TestCreateFirewallRule.test_create_with_no_options
  neutronclient.tests.unit.osc.v2.fwaas.test_firewallrule.TestCreateFirewallRule.test_create_with_no_options
  ----------------------------------------------------------------------
  _StringException: Traceback (most recent call last):
    File "neutronclient/tests/unit/osc/v2/fwaas/test_firewallrule.py", line 250, in test_create_with_no_options
      self.check_results(headers, data, {})
    File "neutronclient/tests/unit/osc/v2/fwaas/test_firewallrule.py", line 86, in check_results
      self.assertItemEqual(self.ordered_data, data)
    File "neutronclient/tests/unit/osc/v2/fakes.py", line 42, in assertItemEqual
      self.assertIsInstance(col_actual, col_expected.__class__)
    File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 462, in assertIsInstance
      self.assertThat(obj, matcher, msg)
    File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 498, in assertThat
      raise mismatch_error
  testtools.matchers._impl.MismatchError: 'None' is not an instance of ProtocolColumn

  
  ----------------------------------------------------------------------
  Ran 1171 tests in 8.462s

  FAILED (failures=4)
  make[1]: *** [debian/rules:14: override_dh_auto_test] Error 1
  make[1]: Leaving directory '/<<PKGBUILDDIR>>'
  make: *** [debian/rules:6: build] Error 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-neutronclient/+bug/1823643/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list