← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1446465] [NEW] test_plug_succeeds failed for _create_namespace

 

Public bug reported:

_create_namespace method was recently removed
(commit 7f7343b1afc0b1b953e5c36a753397a6d37316cb)
but still has a few users.

neutron/tests/functional/agent/linux/test_interface.py:        namespace = self._create_namespace()
neutron/tests/functional/agent/test_ovs_flows.py:        self.src_ns = self._create_namespace()
neutron/tests/functional/agent/test_ovs_flows.py:        self.dst_ns = self._create_namespace()

test_ovs_flows ones are hidden by other bug.
https://bugs.launchpad.net/neutron/+bug/1446456

** Affects: neutron
     Importance: Undecided
     Assignee: YAMAMOTO Takashi (yamamoto)
         Status: In Progress

** Description changed:

- _create_namespace method was recently removed but still has a few users.
+ _create_namespace method was recently removed
+ (commit 7f7343b1afc0b1b953e5c36a753397a6d37316cb)
+ but still has a few users.
  
  neutron/tests/functional/agent/linux/test_interface.py:        namespace = self._create_namespace()
  neutron/tests/functional/agent/test_ovs_flows.py:        self.src_ns = self._create_namespace()
  neutron/tests/functional/agent/test_ovs_flows.py:        self.dst_ns = self._create_namespace()
  
  test_ovs_flows ones are hidden by other bug.
  https://bugs.launchpad.net/neutron/+bug/1446456

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

Title:
  test_plug_succeeds failed for _create_namespace

Status in OpenStack Neutron (virtual network service):
  In Progress

Bug description:
  _create_namespace method was recently removed
  (commit 7f7343b1afc0b1b953e5c36a753397a6d37316cb)
  but still has a few users.

  neutron/tests/functional/agent/linux/test_interface.py:        namespace = self._create_namespace()
  neutron/tests/functional/agent/test_ovs_flows.py:        self.src_ns = self._create_namespace()
  neutron/tests/functional/agent/test_ovs_flows.py:        self.dst_ns = self._create_namespace()

  test_ovs_flows ones are hidden by other bug.
  https://bugs.launchpad.net/neutron/+bug/1446456

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


Follow ups

References