← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1543880] [NEW] duplicated security groups in test_port_security_disable_security_group

 

Public bug reported:

An instance of the failure:

http://logs.openstack.org/10/275510/2/gate/gate-tempest-dsvm-neutron-
linuxbridge/34fdca2/logs/testr_results.html.gz

Traceback (most recent call last):
  File "tempest/scenario/test_security_groups_basic_ops.py", line 166, in setUp
    self._deploy_tenant(self.primary_tenant)
  File "tempest/scenario/test_security_groups_basic_ops.py", line 306, in _deploy_tenant
    self._set_access_point(tenant)
  File "tempest/scenario/test_security_groups_basic_ops.py", line 272, in _set_access_point
    security_groups=secgroups)
  File "tempest/scenario/test_security_groups_basic_ops.py", line 250, in _create_server
    sorted([s['name'] for s in server['security_groups']]))
  File "/opt/stack/new/tempest/.tox/full/local/lib/python2.7/site-packages/testtools/testcase.py", line 362, in assertEqual
    self.assertThat(observed, matcher, message)
  File "/opt/stack/new/tempest/.tox/full/local/lib/python2.7/site-packages/testtools/testcase.py", line 447, in assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: !=:
reference = [u'tempest-secgroup_access--952188639', u'tempest-secgroup_general--210717852']
actual    = [u'tempest-secgroup_access--952188639',
 u'tempest-secgroup_access--952188639',
 u'tempest-secgroup_general--210717852',
 u'tempest-secgroup_general--210717852']

You can notice the duplicated security groups.

More to follow.

** Affects: neutron
     Importance: High
         Status: Confirmed


** Tags: gate-failure

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

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

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

** Tags added: gate-failure

** Changed in: neutron
    Milestone: None => mitaka-3

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

Title:
  duplicated security groups in
  test_port_security_disable_security_group

Status in neutron:
  Confirmed

Bug description:
  An instance of the failure:

  http://logs.openstack.org/10/275510/2/gate/gate-tempest-dsvm-neutron-
  linuxbridge/34fdca2/logs/testr_results.html.gz

  Traceback (most recent call last):
    File "tempest/scenario/test_security_groups_basic_ops.py", line 166, in setUp
      self._deploy_tenant(self.primary_tenant)
    File "tempest/scenario/test_security_groups_basic_ops.py", line 306, in _deploy_tenant
      self._set_access_point(tenant)
    File "tempest/scenario/test_security_groups_basic_ops.py", line 272, in _set_access_point
      security_groups=secgroups)
    File "tempest/scenario/test_security_groups_basic_ops.py", line 250, in _create_server
      sorted([s['name'] for s in server['security_groups']]))
    File "/opt/stack/new/tempest/.tox/full/local/lib/python2.7/site-packages/testtools/testcase.py", line 362, in assertEqual
      self.assertThat(observed, matcher, message)
    File "/opt/stack/new/tempest/.tox/full/local/lib/python2.7/site-packages/testtools/testcase.py", line 447, in assertThat
      raise mismatch_error
  testtools.matchers._impl.MismatchError: !=:
  reference = [u'tempest-secgroup_access--952188639', u'tempest-secgroup_general--210717852']
  actual    = [u'tempest-secgroup_access--952188639',
   u'tempest-secgroup_access--952188639',
   u'tempest-secgroup_general--210717852',
   u'tempest-secgroup_general--210717852']

  You can notice the duplicated security groups.

  More to follow.

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


Follow ups