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

Method tearDown

test/test_stats_client.py:28–32  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26 self.create_pg_interfaces([])
27
28 def tearDown(self):
29 super(StatsClientTestCase, self).tearDown()
30 for i in self.pg_interfaces:
31 i.unconfig()
32 i.admin_down()
33
34 @classmethod
35 def setUpConstants(cls):

Callers

nothing calls this directly

Calls 2

unconfigMethod · 0.80
admin_downMethod · 0.45

Tested by

no test coverage detected