Re: [OE-core] [PATCHv2 2/3] oeqa/utils/metadata.py: Add metadata library

2016-12-05 Thread Markus Lehtonen
On Thu, 2016-12-01 at 09:37 -0600, mariano.lo...@linux.intel.com wrote: > From: Mariano Lopez > > Adds functions to get metadata from the host running the tests. > > [YOCTO #9954] > > Signed-off-by: Mariano Lopez > --- > meta/lib/oeqa/utils/metadata.py | 83 > +

[OE-core] [PATCHv2 2/3] oeqa/utils/metadata.py: Add metadata library

2016-12-01 Thread mariano . lopez
From: Mariano Lopez Adds functions to get metadata from the host running the tests. [YOCTO #9954] Signed-off-by: Mariano Lopez --- meta/lib/oeqa/utils/metadata.py | 83 + 1 file changed, 83 insertions(+) create mode 100644 meta/lib/oeqa/utils/metadata.