Bug 1734810 - regression in test_create_port_forwarding_and_remove_subnets
Summary: regression in test_create_port_forwarding_and_remove_subnets
Keywords:
Status: CLOSED DUPLICATE of bug 1701164
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-neutron
Version: 14.0 (Rocky)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Assaf Muller
QA Contact: Eran Kuris
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-07-31 14:00 UTC by Arie Bregman
Modified: 2019-08-01 15:07 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-08-01 15:07:23 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Arie Bregman 2019-07-31 14:00:41 UTC
Description of problem:

neutron.tests.unit.extensions.test_expose_port_forwarding_in_fip.TestExtendFipPortForwardingExtension.test_create_port_forwarding_and_remove_subnets
----------------------------------------------------------------------------------------------------------------------------------------------------

Captured traceback:
~~~~~~~~~~~~~~~~~~~
    Traceback (most recent call last):
      File "neutron/tests/base.py", line 181, in func
        return f(self, *args, **kwargs)
      File "neutron/tests/unit/extensions/test_expose_port_forwarding_in_fip.py", line 259, in test_create_port_forwarding_and_remove_subnets
        insub3['subnet']['id'], None)
      File "neutron/tests/unit/extensions/test_l3.py", line 422, in _router_interface_action
        self.assertEqual(expected_code, res.status_int, msg)
      File "/home/cloud-user/neutron/.tox/py27/lib/python2.7/site-packages/testtools/testcase.py", line 411, in assertEqual
        self.assertThat(observed, matcher, message)
      File "/home/cloud-user/neutron/.tox/py27/lib/python2.7/site-packages/testtools/testcase.py", line 498, in assertThat
        raise mismatch_error
    testtools.matchers._impl.MismatchError: 200 != 409
Version-Release number of selected component (if applicable):


How reproducible: 100%


Steps to Reproduce:
1. Clone neutron on RHEL 8 and run 'tox -e py27'


Note You need to log in before you can comment on or make changes to this bug.