On Fri, 2017-06-23 at 10:15 -0500, Leonardo Sandoval wrote:
> On Fri, 2017-06-23 at 15:59 +0100, André Draszik wrote:
> > From: André Draszik <adras...@tycoint.com>
> > 
> > The archiver used to be able to filter based on COPYLEFT_RECIPE_TYPES.
> > 
> > Unfortunately, this got broken with the fix for
> >   https://bugzilla.yoctoproject.org/show_bug.cgi?id=6929
> > in commit ae9102bda398 ("copyleft_filter.bbclass: Allow to filter on
> > name")
> > 
> > Add two tests to prevent that from happening again.
> > 
> > Signed-off-by: André Draszik <adras...@tycoint.com>
> > ---
> >  meta/lib/oeqa/selftest/cases/archiver.py | 78
> > ++++++++++++++++++++++++++++++++
> >  1 file changed, 78 insertions(+)
> > 
> > diff --git a/meta/lib/oeqa/selftest/cases/archiver.py
> > b/meta/lib/oeqa/selftest/cases/archiver.py
> > index 70c7282f22..9f686debe6 100644
> > --- a/meta/lib/oeqa/selftest/cases/archiver.py
> > +++ b/meta/lib/oeqa/selftest/cases/archiver.py
> > @@ -39,3 +39,81 @@ class Archiver(OESelftestTestCase):
> >          # Check that exclude_recipe was excluded
> >          excluded_present = len(glob.glob(src_path + '/%s-*' %
> > exclude_recipe))
> >          self.assertFalse(excluded_present, 'Recipe %s was not
> > excluded.' % exclude_recipe)
> > +
> > +
> > +    @testcase(2012)
> 
> I believe the testcase ID is related to testopia, not sure if you
> consider this. Usually, the QA team is the one assigning these numbers.

No, I just picked the next available number :-)

A.

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to