yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #25344
[Bug 1400301] [NEW] "NoSuchOptError: no such option: config_dir" during neutron.tests.unit.vmware.extensions.test_maclearning.MacLearningDBTestCase
Public bug reported:
The cause of the failure is similar to bug 1392569 though the fix is
different. The test case in question does not overwrite parse_config(),
instead it calls super().__init__() too late so policy code is already
triggered and hence failed.
** Affects: neutron
Importance: Undecided
Assignee: Ihar Hrachyshka (ihar-hrachyshka)
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1400301
Title:
"NoSuchOptError: no such option: config_dir" during
neutron.tests.unit.vmware.extensions.test_maclearning.MacLearningDBTestCase
Status in OpenStack Neutron (virtual network service):
New
Bug description:
The cause of the failure is similar to bug 1392569 though the fix is
different. The test case in question does not overwrite
parse_config(), instead it calls super().__init__() too late so policy
code is already triggered and hence failed.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1400301/+subscriptions
Follow ups
References