[OE-core] [PATCHv2 1/3] runtime/cases/ptest.py: do not require ptest-pkgs in IMAGE_FEATURES

Alexander Kanavin alexander.kanavin at linux.intel.com
Thu Jan 4 09:20:48 UTC 2018


On 01/03/2018 10:42 PM, Cal Sullivan wrote:
> Looks like it doesn't skip the test correctly:
>> +        status, output = self.target.run('which ptest-runner', 0)
>> +        if len(output) == 0:
>> +            self.skipTest("No -ptest packages are installed in the image")
>> +

Looks like there are no less than three versions of 'which' (busybox, 
debianutils, gnu), and one of them is noisy when the argument is not 
found. I'll fix and resend the patchset.

Alex



More information about the Openembedded-core mailing list