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
Description
Command "show interface breakout" not working - the output is traceback.
Steps to reproduce the issue
Issue a command:
show interface breakout
Describe the results you received
Command ended with traceback:
show int breakout
Traceback (most recent call last):
File "/usr/local/bin/show", line 8, in <module>
sys.exit(cli())
File "/usr/local/lib/python3.7/dist-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.7/dist-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.7/dist-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python3.7/dist-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python3.7/dist-packages/click/core.py", line 1114, in invoke
return Command.invoke(self, ctx)
File "/usr/local/lib/python3.7/dist-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.7/dist-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/usr/local/lib/python3.7/dist-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File "/usr/local/lib/python3.7/dist-packages/show/interfaces/__init__.py", line 135, in breakout
config_db = ConfigDBConnector()
NameError: name 'ConfigDBConnector' is not defined
Describe the results you expected
The command should provide configured breakout modes of the interfaces;
duplicate of #5343
please see fix in PR: sonic-net/sonic-utilities#1198 , merged into sonic-utilities, so issue must be resolved after update submodule.
Hedgehog-Guru
changed the title
Command not working "show interface breakout"
[DPB] Command not working "show interface breakout"
Feb 3, 2021
Description
Command "show interface breakout" not working - the output is traceback.
Steps to reproduce the issue
Describe the results you received
Command ended with traceback:
Describe the results you expected
The command should provide configured breakout modes of the interfaces;
Output of show version
The text was updated successfully, but these errors were encountered: