MCPcopy Create free account
hub / github.com/apache/mesos / SetUp

Method SetUp

src/tests/containerizer/routing_tests.cpp:242–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240{
241protected:
242 virtual void SetUp()
243 {
244 RoutingAdvancedTest::SetUp();
245
246 // Clean up the test links, in case it wasn't cleaned up properly
247 // from previous tests.
248 link::remove(TEST_VETH_LINK);
249
250 ASSERT_SOME_FALSE(link::exists(TEST_VETH_LINK));
251 ASSERT_SOME_FALSE(link::exists(TEST_PEER_LINK));
252 }
253
254 virtual void TearDown()
255 {

Callers

nothing calls this directly

Calls 2

removeFunction · 0.50
existsFunction · 0.50

Tested by

no test coverage detected