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

Method SetUp

src/tests/containerizer/routing_tests.cpp:206–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204{
205protected:
206 virtual void SetUp()
207 {
208 ASSERT_SOME(routing::check())
209 << "-------------------------------------------------------------\n"
210 << "We cannot run any routing advanced tests because either your\n"
211 << "libnl library or kernel is not new enough. You can either\n"
212 << "upgrade, or disable this test case\n"
213 << "-------------------------------------------------------------";
214 }
215};
216
217

Callers

nothing calls this directly

Calls 1

checkFunction · 0.85

Tested by

no test coverage detected