← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1890842] [NEW] API test test_create_port_without_propagate_uplink_status fails with neutron-lib 2.5.0

 

Public bug reported:

neutron-lib 2.5.0 contains a change
https://review.opendev.org/#/c/744208/ which changed default value of
"propagate_uplink_status" from false to true and that is now causing
failure of the related API test. See below:

Traceback (most recent call last):
  File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 108, in wrapper
    return func(*func_args, **func_kwargs)
  File "/opt/stack/tempest/.tox/tempest/lib/python3.6/site-packages/neutron_tempest_plugin/api/test_ports.py", line 155, in test_create_port_without_propagate_uplink_status
    self.assertFalse(body['propagate_uplink_status'])
  File "/opt/stack/tempest/.tox/tempest/lib/python3.6/site-packages/unittest2/case.py", line 696, in assertFalse
    raise self.failureException(msg)
AssertionError: True is not false

Test logs:
https://bd288d6333a0897d11d0-d734b7f9e01841154d136f70e6f8b512.ssl.cf5.rackcdn.com/745310/1/check
/neutron-tempest-plugin-api/b3a35ec/testr_results.html

** Affects: neutron
     Importance: High
         Status: Confirmed


** Tags: api gate-failure tempest

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

Title:
  API test test_create_port_without_propagate_uplink_status fails with
  neutron-lib 2.5.0

Status in neutron:
  Confirmed

Bug description:
  neutron-lib 2.5.0 contains a change
  https://review.opendev.org/#/c/744208/ which changed default value of
  "propagate_uplink_status" from false to true and that is now causing
  failure of the related API test. See below:

  Traceback (most recent call last):
    File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 108, in wrapper
      return func(*func_args, **func_kwargs)
    File "/opt/stack/tempest/.tox/tempest/lib/python3.6/site-packages/neutron_tempest_plugin/api/test_ports.py", line 155, in test_create_port_without_propagate_uplink_status
      self.assertFalse(body['propagate_uplink_status'])
    File "/opt/stack/tempest/.tox/tempest/lib/python3.6/site-packages/unittest2/case.py", line 696, in assertFalse
      raise self.failureException(msg)
  AssertionError: True is not false

  Test logs:
  https://bd288d6333a0897d11d0-d734b7f9e01841154d136f70e6f8b512.ssl.cf5.rackcdn.com/745310/1/check
  /neutron-tempest-plugin-api/b3a35ec/testr_results.html

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


Follow ups