MCPcopy Create free account
hub / github.com/FDio/vpp / ppcli

Method ppcli

test/vpp_papi_provider.py:481–487  ·  view source on GitHub ↗

Helper method to print CLI command in case of info logging level. :param cli: CLI to execute :returns: CLI output

(self, cli)

Source from the content-addressed store, hash-verified

479 return r.reply
480
481 def ppcli(self, cli):
482 """Helper method to print CLI command in case of info logging level.
483
484 :param cli: CLI to execute
485 :returns: CLI output
486 """
487 return cli + "\n" + self.cli(cli)
488
489 def ip6nd_send_router_solicitation(self, sw_if_index, irt=1, mrt=120, mrc=0, mrd=0):
490 return self.api(

Calls 1

cliMethod · 0.95

Tested by 15

tearDownMethod · 0.64
tearDownMethod · 0.64