You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to execute the unit test for config interface sub commands.
For unit testing to work for a command, the fixture @clicommon.pass_db is required.
However, the db objects are generated in interface subcommand instead of passed by @clicommon.pass_db. This is probably because the namespace is required in the config interface command especially for MULTI ASIC feature.
Steps to reproduce the issue
1.
2.
3.
Describe the results you received
Describe the results you expected
Additional information you deem important (e.g. issue happens only occasionally)
Output of show version
(paste your output here)
The text was updated successfully, but these errors were encountered:
Description
Unable to execute the unit test for
config interface
sub commands.For unit testing to work for a command, the fixture
@clicommon.pass_db
is required.However, the db objects are generated in interface subcommand instead of passed by
@clicommon.pass_db
. This is probably because thenamespace
is required in theconfig interface
command especially forMULTI ASIC
feature.Steps to reproduce the issue
1.
2.
3.
Describe the results you received
Describe the results you expected
Additional information you deem important (e.g. issue happens only occasionally)
Output of
show version
The text was updated successfully, but these errors were encountered: