]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/sdkext: Add sdk_update.SDKUpdateTest class.
authorAníbal Limón <limon.anibal@gmail.com>
Sun, 21 Feb 2016 20:40:20 +0000 (14:40 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Feb 2016 11:32:40 +0000 (11:32 +0000)
commitbe7f5036a7c86fe70d43526df529bc467a9cf7d9
tree55be464d30bc4cb5dc580c7daaca7099a04724f7
parenta75944a63482597be88ff0f3ce55025647b78e2c
oeqa/sdkext: Add sdk_update.SDKUpdateTest class.

The SDKUpdateTest class test devtool sdk-update mechanism inside
eSDK.

The SDKUpdateTest class search for new sdk if not found uses
the main one then it publish the eSDK into known folder
inside work and it starts a web server for serve the eSDK.

Finally it executes sdk-update over http, the local test is
commented due to bug [1].

[1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=9043

[YOCTO #9089]

Signed-off-by: Aníbal Limón <limon.anibal@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/sdkext/sdk_update.py [new file with mode: 0644]