lib/oeqa/utils: new file: httpserver.py useful for serving files over HTTP to the...
authorMihai Lindner <mihaix.lindner@linux.intel.com>
Wed, 14 Aug 2013 14:21:38 +0000 (17:21 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 26 Aug 2013 10:47:21 +0000 (11:47 +0100)
commit19fde66f15583433a84dd2df13f18d2014327e36
tree2a8db0ad1315ff738834cda1954bc84a3e7307b2
parentbf64852e45f6ab2fa31d401efc6e130549873983
lib/oeqa/utils: new file: httpserver.py useful for serving files over HTTP to the target

It can be used by smart repo/channel tests to serve deploy_dir.

(From OE-Core rev: e38e18d6923cc3db50b56fa3fc64081fe4aa8669)

Signed-off-by: Mihai Lindner <mihaix.lindner@linux.intel.com>
Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/utils/httpserver.py [new file with mode: 0644]