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

Method setUp

src/vpp-api/python/vpp_papi/vpp_stats.py:1008–1013  ·  view source on GitHub ↗

Connect to statseg

(self)

Source from the content-addressed store, hash-verified

1006 """Basic statseg tests"""
1007
1008 def setUp(self):
1009 """Connect to statseg"""
1010 self.stat = VPPStats()
1011 self.stat.connect()
1012 self.profile = cProfile.Profile()
1013 self.profile.enable()
1014
1015 def tearDown(self):
1016 """Disconnect from statseg"""

Callers

nothing calls this directly

Calls 3

VPPStatsClass · 0.85
enableMethod · 0.80
connectMethod · 0.45

Tested by

no test coverage detected