diff --git a/tests/eas/generic.py b/tests/eas/generic.py index 70aae34624591308a7443efae0de9f47c530c6a1..35b6ca6bb1a52c64a798223f755907597c68d7e3 100644 --- a/tests/eas/generic.py +++ b/tests/eas/generic.py @@ -64,9 +64,6 @@ class _EnergyModelTest(LisaTest): }, } - # Set to true to run a test only on heterogeneous systems - skip_on_smp = False - negative_slack_allowed_pct = 15 """Percentage of RT-App task activations with negative slack allowed""" @@ -82,9 +79,6 @@ class _EnergyModelTest(LisaTest): @classmethod def _getExperimentsConf(cls, *args, **kwargs): - if cls.skip_on_smp and not test_env.nrg_model.is_heterogeneous: - raise SkipTest('Test not required on symmetric systems') - return { 'wloads' : cls.workloads, 'confs' : [energy_aware_conf]