]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/selftest: Drop http sstate sharing
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Mar 2017 15:16:44 +0000 (15:16 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Sep 2017 09:46:00 +0000 (10:46 +0100)
commit840a317e8a5518dbd1a025381441e13e906519ff
tree58aab00c157e70ff3c8fe446f4ea5b5c4265fd5b
parent5dc68a378d9f4ec2c313ac395e91225a02e5b2c7
oeqa/selftest: Drop http sstate sharing

Using httpServer from python for sharing sstate is known to be buggy, it can't
cope with the number/type of requests coming from bitbake and quietly fails
to share files.

This causes intermittent build failures which are hard to debug. We can
use a file:// url for the sstate mirror instead, removing the need for
the http server.

The sdk-update test is simply dropped since the SDK is never published
to this location and hence it would never have any update. Its equiavalent
to pointing at an empty web server. There is a better eSDK update test in
testsdk so rather than improve this one, lets drop it and concentrate on
the one there.

(From OE-Core rev: 7606f05e48ad2e31650e3a56bfcd04b4fbfad1e3)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/eSDK.py