mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 12:24:32 +00:00
214d04eb8d
Added 3 decorators to enabled methods to be executed conditionally: - Once for each method instance. - Once for each class. - Only once per environment including any derived classes. Added execution control allowing for different environments to be used in order to determine how often decorated commands should be ran. Added relevant unittests for the above decorators.