lisa.tests: Turn rtapp_profile in a property
- 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.