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

Method is_interface_config_in_dump

test/vpp_interface.py:478–479  ·  view source on GitHub ↗
(self, dump)

Source from the content-addressed store, hash-verified

476 return None
477
478 def is_interface_config_in_dump(self, dump):
479 return self.get_interface_config_from_dump(dump) is not None
480
481 def assert_interface_state(self, admin_up_down, link_up_down, expect_event=False):
482 if expect_event:

Callers 5

query_vpp_configMethod · 0.95
test_crudMethod · 0.45
test_downMethod · 0.45
test_bond_trafficMethod · 0.45
test_bond_add_memberMethod · 0.45

Calls 1

Tested by 4

test_crudMethod · 0.36
test_downMethod · 0.36
test_bond_trafficMethod · 0.36
test_bond_add_memberMethod · 0.36