← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1990629] Re: Distributed DHCP scenario jobs are failing constantly

 

Reviewed:  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/859020
Committed: https://opendev.org/openstack/neutron-tempest-plugin/commit/909402b5d95ed3fda1d05182ad261e8b777fb666
Submitter: "Zuul (22348)"
Branch:    master

commit 909402b5d95ed3fda1d05182ad261e8b777fb666
Author: Slawek Kaplonski <skaplons@xxxxxxxxxx>
Date:   Fri Sep 23 09:35:09 2022 +0200

    Remove "dhcp_agent_scheduler" API extension from common list
    
    Common list of extensions is used in all jobs definitions and
    "dhcp_agent_scheduler" shouldn't be on that list as it isn't available
    e.g. in jobs with enabled distributed-dhcp and disabled dhcp agent.
    
    Closes-Bug: #1990629
    Change-Id: I689757fedf9cdf70760cc48596d8c936ca7a3c55


** Changed in: neutron
       Status: In Progress => Fix Released

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

Title:
  Distributed DHCP scenario jobs are failing constantly

Status in neutron:
  Fix Released

Bug description:
  Failed tests:

  neutron_tempest_plugin.api.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent
  neutron_tempest_plugin.api.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network
  neutron_tempest_plugin.api.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp

  because of missing DHCP agent (which is correct and tests should be
  skipped) and also:

  neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_includes_all

  because of missing 'dhcp_agent_scheduler' extension - which is also
  correct and shouldn't cause test failure in that kind of job.

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



References