← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1690598] Re: test_filtering_shared_subnets tempest test case fails with segments extension enabled

 

Reviewed:  https://review.openstack.org/464310
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=b244fa5f6e6e68e5da431b96e8c81bfad7938912
Submitter: Jenkins
Branch:    master

commit b244fa5f6e6e68e5da431b96e8c81bfad7938912
Author: Miguel Lavalle <malavall@xxxxxxxxxx>
Date:   Sat May 13 19:28:09 2017 -0500

    Fix tempest test failing with segments extension
    
    This patchset fixes tempest test case test_filtering_shared_subnets that
    fails when executed with the segments extension enabled, due to the fact
    that the 'segment_id' attribute is returned in subnets listed with an
    admin client but not in subnets listed with a non admin client.
    
    Patchset https://review.openstack.org/#/c/459439/ proposes to enable the
    segments extension in the gate.
    
    Change-Id: I6b9bd6fe944c9485c21d25b37c943f3bd53fd7c9
    Closes-Bug: #1690598


** Changed in: neutron
       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/1690598

Title:
  test_filtering_shared_subnets tempest test case fails with segments
  extension enabled

Status in neutron:
  Fix Released

Bug description:
  neutron.tests.tempest.api.admin.test_shared_network_extension.SharedNetworksTest.test_filtering_shared_subnets
  creates a subnet in a private network using a non admin client and a
  subnet in a shared network using an admin client. It then uses those
  two clients to list and filter shared and non-shared subnets and
  executes assertions on the results depending on whether the previously
  created subnets are expected to be found or not. When this is done
  with the 'segments' extension enabled, some of these assertions fail,
  because the 'segment_id' attribute is returned in subnets listed with
  an admin client but not in subnets listed with a non admin client.
  This can be seen in the following Jenkins failure, triggered by
  patchset https://review.openstack.org/#/c/459439/ that enables the
  segments extension in the gate:
  http://paste.openstack.org/show/609502/

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


References