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
def get_required_plugins(self):
return [
# to add `uptime` command under `show platform` we need to ensure
# that the platform plugin is loaded first
RequiredPlugin(module="srlinux", plugin="platform_reports")
]