yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #89746
[Bug 1990374] Re: "TestOvnNbIdlNotifyHandler" uses ML2Plugin instead of OVNMechDriver
Reviewed: https://review.opendev.org/c/openstack/neutron/+/858663
Committed: https://opendev.org/openstack/neutron/commit/e9b5a27001614836fcf8297dd8510d144816bd02
Submitter: "Zuul (22348)"
Branch: master
commit e9b5a27001614836fcf8297dd8510d144816bd02
Author: Rodolfo Alonso Hernandez <ralonsoh@xxxxxxxxxx>
Date: Wed Sep 21 12:08:13 2022 +0200
Use "OVNMechDriver" instance in "TestOvn[Nb|Sb]IdlNotifyHandler"
The test classes "TestOvn[Nb|Sb]IdlNotifyHandler" now use the
"OVNMechDriver" instance to create the "OvnNbIdl" instance, that
is stored in "self.mech_driver", instead of "self.driver".
Closes-Bug: #1990374
Change-Id: Ieef6c8a02ca0cf85bc72b9f7d09b46dbd0e073be
** 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/1990374
Title:
"TestOvnNbIdlNotifyHandler" uses ML2Plugin instead of OVNMechDriver
Status in neutron:
Fix Released
Bug description:
The testing class "TestOvnNbIdlNotifyHandler" uses self.driver to create the "ovsdb_monitor.OvnNbIdl" instance, instead of self.mech_driver.
* self.driver: ML2Plugin instance
* self.mech_driver: OVNMechDriver instance
The needed object to create the "OvnNbIdl" instance is the
"OVNMechDriver" one.
EDIT:
This issue is also affecting "TestOvnSbIdlNotifyHandler".
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1990374/+subscriptions
References