예제 #1
0
 def _show(cli_opts, json):  # noqa: B902
     """ Show running config """
     agent.AgentConfigCmd(cli_opts).run(KEYWORD_CONFIG_SHOW, json)
예제 #2
0
 def _reload(cli_opts):  # noqa: B902
     """ Reload agent configuration file """
     agent.AgentConfigCmd(cli_opts).run(KEYWORD_CONFIG_RELOAD)
예제 #3
0
 def _show(cli_opts):  # noqa: B902
     ''' Show running config '''
     agent.AgentConfigCmd(cli_opts).run(KEYWORD_CONFIG_SHOW)