[OE-core] [PATCHv2 2/2] oeqa/selftest/prservice: Added new TC: check pr-server starts and stop correctly on localhost.

Burton, Ross ross.burton at intel.com
Fri Feb 19 23:52:29 UTC 2016


On 19 February 2016 at 22:05, Francisco Pedraza <
francisco.j.pedraza.gonzalez at intel.com> wrote:

> +        runCmd('bitbake-prserv --host localhost --port %s
> --loglevel=DEBUG --start' % port)
> +        ret = runCmd('bitbake-prserv --host localhost --port %s
> --loglevel=DEBUG --stop' % port)
> +
> +        self.assertEqual(ret.status, 0)
>

Probably best to be defensive here and check that bitbake started correctly
too.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160219/ad27042c/attachment-0002.html>


More information about the Openembedded-core mailing list