| 204 | { |
| 205 | protected: |
| 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 |