← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1446465] Re: test_plug_succeeds failed for _create_namespace

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

** Changed in: neutron
    Milestone: None => liberty-1

-- 
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):
  Fix Released

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()

  they were hidden by other bug when the patch in question was merged.
  https://bugs.launchpad.net/neutron/+bug/1446456

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


References