Category: testing
-
Linux KERNEL TESTING asynctest TINKER ON PYTHON SHELL
$python Python 2.7.3 (default, Jun 15 2012, 15:26:07) [GCC 4.7.0] on linux2 Type “help”, “copyright”, “credits” or “license” for more information. >>> from autotest.client import utils, test >>> x = utils.AsyncJob(“sleep 1 && echo hi && sleep 1 && echo hi && sleep 1 && echo hi && sleep 1”) DEBUG:root:Running ‘sleep 1 && echo […]