[OE-core] [PATCH 1/1] oeqa/sdk/cases/buildgalculator.py: skip if gettext not available

ChenQi Qi.Chen at windriver.com
Fri May 18 03:44:33 UTC 2018


On 05/17/2018 06:00 PM, Burton, Ross wrote:
> On 16 May 2018 at 06:07, Chen Qi <Qi.Chen at windriver.com> wrote:
>> +        if not (self.tc.hasPrefixedTargetPackage("gettext")):
>> +            raise unittest.SkipTest("GalculatorTest class: SDK doesn't contain gettext")
>    File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-mips/build/meta/lib/oeqa/sdk/cases/buildgalculator.py",
> line 14, in setUpClass
>      if not (self.tc.hasPrefixedTargetPackage("gettext")):
> AttributeError: 'OESDKTestContext' object has no attribute
> 'hasPrefixedTargetPackage'
>
> Ross
>
Sorry for such an obvious mistake.

I've sent out V2.

Best Regards,

Chen Qi




More information about the Openembedded-core mailing list