lib/oeqa/runtime: add test for perl
authorCornel Stoicescu <corneliux.stoicescu@intel.com>
Tue, 20 Aug 2013 17:06:59 +0000 (19:06 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 26 Aug 2013 10:47:20 +0000 (11:47 +0100)
commit2f0fb7970a67a289db7d88099b365562a085aaed
tree228f0eea75bbc919e66f672850aeef809a2ca18f
parentae9f7363e3919bc0341a1280600082d3119b5605
lib/oeqa/runtime: add test for perl

This test runs a perl script on the target and checks the output.

(From OE-Core rev: 95abdbf2d715c9e7e3368f5193167feb5efc6261)

Signed-off-by: Cornel Stoicescu <corneliux.stoicescu@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/runtime/files/test.pl [new file with mode: 0644]
meta/lib/oeqa/runtime/perl.py [new file with mode: 0644]