← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1281921] [NEW] Fix class name typo in test_db_rpc_base

 

Public bug reported:

There are typos in the following lines, as TestDhcpRpcCallbackMixin is
misspelled.

test_db_rpc_base.py:24:class TestDhcpRpcCallackMixin(base.BaseTestCase):
test_db_rpc_base.py:27:        super(TestDhcpRpcCallackMixin, self).setUp()
test_db_rpc_base.py:39:        super(TestDhcpRpcCallackMixin, self).tearDown()

** Affects: neutron
     Importance: Undecided
     Assignee: Takuma Watanabe (watanabe-takuma)
         Status: New

** Changed in: neutron
     Assignee: (unassigned) => Takuma Watanabe (watanabe-takuma)

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

Title:
  Fix class name typo in test_db_rpc_base

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  There are typos in the following lines, as TestDhcpRpcCallbackMixin is
  misspelled.

  test_db_rpc_base.py:24:class TestDhcpRpcCallackMixin(base.BaseTestCase):
  test_db_rpc_base.py:27:        super(TestDhcpRpcCallackMixin, self).setUp()
  test_db_rpc_base.py:39:        super(TestDhcpRpcCallackMixin, self).tearDown()

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


Follow ups

References