]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/utils: added new network module
authorFrancisco Pedraza <francisco.j.pedraza.gonzalez@intel.com>
Fri, 19 Feb 2016 22:05:41 +0000 (16:05 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Feb 2016 11:32:33 +0000 (11:32 +0000)
commit72b336ad0d0a2994f00c57747686111a59fa8b29
tree3e01150c2a56df2ccf5852660c0d8b4fea39f6dd
parent3f9b1658d745b536eff1017b2c74a9dff46b6f4a
oeqa/utils: added new network module

A network module was added, and will contain network utility funcions for now.
with get_free_port that returns available network port in the system.

Signed-off-by: Francisco Pedraza <francisco.j.pedraza.gonzalez@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/utils/network.py [new file with mode: 0644]