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

Method tearDownClass

test/test_mdata.py:30–34  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

28
29 @classmethod
30 def tearDownClass(cls):
31 for i in cls.pg_interfaces:
32 i.unconfig_ip4()
33 i.admin_down()
34 super(TestMdataCli, cls).tearDownClass()
35
36 # https://fd.io/docs/vpp/master/developer/tests/overview.html#example-how-to-add-a-new-test
37 def create_stream(self, src_if, dst_if, count):

Callers 1

setUpClassMethod · 0.45

Calls 2

unconfig_ip4Method · 0.80
admin_downMethod · 0.45

Tested by

no test coverage detected