Index: tst_Internals/test.py =================================================================== diff -u -r2eadee44ce8be006bae5ae6692b54e33e64c5086 -r08e394d6afe01356f9ab4da613180112ff86f32d --- tst_Internals/test.py (.../test.py) (revision 2eadee44ce8be006bae5ae6692b54e33e64c5086) +++ tst_Internals/test.py (.../test.py) (revision 08e394d6afe01356f9ab4da613180112ff86f32d) @@ -23,8 +23,8 @@ unittests.test_python_version() unittests.test_crc8() - test.compare(is_interface_present("can0"), True, "CAN interface is present") test.compare(is_interface_up("can0"), True, "CAN interface is up") - - utils.tstDone() \ No newline at end of file + unittests.test_can0() + + utils.tstDone()