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