← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1212717] Re: nicira plugin missing AgentSchedule unittest

 

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

** Changed in: neutron
       Status: Incomplete => Expired

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

Title:
  nicira plugin missing AgentSchedule unittest

Status in OpenStack Neutron (virtual network service):
  Expired

Bug description:
  Unlike ovs, nec, linuxbridge, ml2 and some other plugins, nicira seems missing AgentSchedule unittest. However, this plugin support dhcp_agent_schedule, so i think we should add the AgentSchedule, for i.e. the code in neutron.tests.unit.openvswitch.test_agent_schedule
  """
  def test_network_scheduling_on_network_creation(self):
          self._register_agent_states()
          with self.network() as net:
              dhcp_agents = self._list_dhcp_agents_hosting_network(
                  net['network']['id'])
          self.assertEqual(0, len(dhcp_agents['agents']))
  """
  will examine the schedule_network() usage, but the nicira doesn't contain such code(which can inherit from it), so some code are not coverd so good to check bugs

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