Skip to content

lisa.exekall_customize: Add utils.ExekallTaggable and dispatch tag de…

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr269 into master

…finitions

Instead of having the tags "hardcoded" in the glue, dispatch them in their respective class by inheriting from ExekallTaggable and defining a custom get_tags() method.

This allows putting all the class-related information in the class itself.

Merge request reports