tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes fail in icehouse

Bug #1427826 reported by naggappan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tempest
Expired
Undecided
Unassigned

Bug Description

Hi Team,

While trying to execute the following test case we get the failure in Icehouse version,

nosetests -v tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes

Error:
    FAIL: tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes[gate,id-edf6766d-3d40-4621-bc6e-2521a44c257d,smoke]
----------------------------------------------------------------------
    Traceback (most recent call last):
    _StringException: Traceback (most recent call last):
      File "/opt/stack/new-tempest/tempest/tempest/api/network/test_ports.py", line 280, in test_update_port_with_two_security_groups_and_extra_attributes
        self._update_port_with_security_groups(
      File "/opt/stack/new-tempest/tempest/tempest/api/network/test_ports.py", line 280, in test_update_port_with_two_security_groups_and_extra_attributes
        self._update_port_with_security_groups(
      File "/usr/lib/python2.7/bdb.py", line 49, in trace_dispatch
        return self.dispatch_line(frame)
      File "/usr/lib/python2.7/bdb.py", line 68, in dispatch_line
        if self.quitting: raise BdbQuit
    BdbQuit
    Traceback (most recent call last):
    _StringException: Empty attachments:
      pythonlogging:''
      stderr
     stdout

    Traceback (most recent call last):
    File "/opt/stack/new-tempest/tempest/tempest/api/network/test_ports.py", line 280, in test_update_port_with_two_security_groups_and_extra_attributes
       self._update_port_with_security_groups(
     File "/opt/stack/new-tempest/tempest/tempest/api/network/test_ports.py", line 280, in test_update_port_with_two_security_groups_and_extra_attributes
        self._update_port_with_security_groups(
      File "/usr/lib/python2.7/bdb.py", line 49, in trace_dispatch
       return self.dispatch_line(frame)
     File "/usr/lib/python2.7/bdb.py", line 68, in dispatch_line
      if self.quitting: raise BdbQuit
     BdbQuit

Traceback (most recent call last):
_StringException: Empty attachments:
  pythonlogging:''
  stderr
  stdout

    Traceback (most recent call last):
     File "/opt/stack/new-tempest/tempest/tempest/api/network/test_ports.py", line 280, in test_update_port_with_two_security_groups_and_extra_attributes
       self._update_port_with_security_groups(
      File "/opt/stack/new-tempest/tempest/tempest/api/network/test_ports.py", line 280, in test_update_port_with_two_security_groups_and_extra_attributes
        self._update_port_with_security_groups(
      File "/usr/lib/python2.7/bdb.py", line 49, in trace_dispatch
       return self.dispatch_line(frame)
      File "/usr/lib/python2.7/bdb.py", line 68, in dispatch_line
        if self.quitting: raise BdbQuit
      BdbQuit

Masayuki Igawa (igawa)
Changed in tempest:
status: New → Incomplete
Revision history for this message
Masayuki Igawa (igawa) wrote :

I don't see this bug in the gate and my local environment, too.
So I think it needs more details to reproduce this bug.

And now, I think we are using testr, run_tempest.sh script or tox instead of nosetests command now.

-------------------------------
commit b17460e89efe1f4efc1e3cf4fda1b7754841cdc6
Author: Matthew Treinish <email address hidden>
Date: Tue Sep 17 17:04:03 2013 +0000

    Update README.rst to use testr instead of nose

    This commit just changes the references to nose in the project README
    to testr. It also adds a sentence about using run_tests.sh and tox.

    Change-Id: I7512b7f954c1c83186b1f428e9371261cf50f41b

Revision history for this message
naggappan (naggappan) wrote : Re: [Bug 1427826] Re: tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes fail in icehouse
Download full text (3.7 KiB)

hi masayuki,

I get this bug in stable/icehouse version and not in the master branch of
neutron. In your local environment also you use icehouse ?

On Wed, Mar 4, 2015 at 6:21 PM, Masayuki Igawa <email address hidden>
wrote:

> ** Changed in: tempest
> Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1427826
>
> Title:
>
> tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes
> fail in icehouse
>
> Status in Tempest:
> Incomplete
>
> Bug description:
> Hi Team,
>
> While trying to execute the following test case we get the failure in
> Icehouse version,
>
>
> nosetests -v
> tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes
>
> Error:
> FAIL:
> tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes[gate,id-edf6766d-3d40-4621-bc6e-2521a44c257d,smoke]
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> _StringException: Traceback (most recent call last):
> File
> "/opt/stack/new-tempest/tempest/tempest/api/network/test_ports.py", line
> 280, in test_update_port_with_two_security_groups_and_extra_attributes
> self._update_port_with_security_groups(
> File
> "/opt/stack/new-tempest/tempest/tempest/api/network/test_ports.py", line
> 280, in test_update_port_with_two_security_groups_and_extra_attributes
> self._update_port_with_security_groups(
> File "/usr/lib/python2.7/bdb.py", line 49, in trace_dispatch
> return self.dispatch_line(frame)
> File "/usr/lib/python2.7/bdb.py", line 68, in dispatch_line
> if self.quitting: raise BdbQuit
> BdbQuit
> Traceback (most recent call last):
> _StringException: Empty attachments:
> pythonlogging:''
> stderr
> stdout
>
> Traceback (most recent call last):
> File
> "/opt/stack/new-tempest/tempest/tempest/api/network/test_ports.py", line
> 280, in test_update_port_with_two_security_groups_and_extra_attributes
> self._update_port_with_security_groups(
> File
> "/opt/stack/new-tempest/tempest/tempest/api/network/test_ports.py", line
> 280, in test_update_port_with_two_security_groups_and_extra_attributes
> self._update_port_with_security_groups(
> File "/usr/lib/python2.7/bdb.py", line 49, in trace_dispatch
> return self.dispatch_line(frame)
> File "/usr/lib/python2.7/bdb.py", line 68, in dispatch_line
> if self.quitting: raise BdbQuit
> BdbQuit
>
> Traceback (most recent call last):
> _StringException: Empty attachments:
> pythonlogging:''
> stderr
> stdout
>
> Traceback (most recent call last):
> File
> "/opt/stack/new-tempest/tempest/tempest/api/network/test_ports.py", line
> 280, in test_update_port_with_two_security_groups_and_extra_attributes
> self._update_port_with_security_groups(
> File
> ...

Read more...

Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for tempest because there has been no activity for 60 days.]

Changed in tempest:
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.