← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 2122606] Re: neutron-tempest-plugin-designate-scenario job fails to run due to over-restricted irrelevant files

 

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

commit d9bb21a6900f20f24106b5f345884e61aa18a840
Author: Helen Chen <ichen@xxxxxxxxxx>
Date:   Thu Sep 11 13:13:05 2025 -0400

    Fix bug/2122606 to allow designate job
    
    neutron-tempest-plugin-designate-scenario job fails to run due to
    over-restricted irrelevant files in the job definition.  The job defined
    in line 979 is over-restricted by line 1026.  The correct irrelevant
    files are already declared in lines 1040-1061.
    
    Closes-bug: #2122606
    Change-Id: I0f7a88142c2fe94bec141455a428eed7c8557a58
    Signed-off-by: Helen Chen <ichen@xxxxxxxxxx>


** 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/2122606

Title:
  neutron-tempest-plugin-designate-scenario job fails to run due to
  over-restricted irrelevant files

Status in neutron:
  Fix Released

Bug description:
  neutron-tempest-plugin-designate-scenario job fails to run due to
  over-restricted irrelevant files in the job definition [1].

  The job intends to only test the designate plugin and restricts many
  files between lines 1040 and 1061 [2].

  However, the entire parent directory is also restricted in an earlier
  line 1026 [3].

  Background for this bug is that neutron-tempest-plugin-designate-
  scenario needs to be run against the proposed patch [4] for
  bug/2115776 [5] related to designate driver.

  [1] https://github.com/openstack/neutron-tempest-plugin/blob/master/zuul.d/master_jobs.yaml#L979
  [2] https://github.com/openstack/neutron-tempest-plugin/blob/master/zuul.d/master_jobs.yaml#L1040-L1061
  [3] https://github.com/openstack/neutron-tempest-plugin/blob/master/zuul.d/master_jobs.yaml#L1026
  [4] https://review.opendev.org/c/openstack/neutron/+/959543
  [5] https://bugs.launchpad.net/neutron/+bug/2115776

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



References