Skip to content

lisa.tests: Turn rtapp_profile in a property

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr109 into next
  • Move get_rtapp_profile as an abstractmethod of RTATestBundle instead of EASBehaviour
  • Turn it into a property, to clean up init signature, since it only depends on plat_info attribute. That will make it clear what is part of the minimal state of the object, and what is just derived information.

Merge request reports