diff --git a/tests/eas/acceptance.py b/tests/eas/acceptance.py index 805a25c09f1f7e81072a87e8e27fa1572f381120..06e3b8c52881b242d6387f640566a0e0ed478852 100644 --- a/tests/eas/acceptance.py +++ b/tests/eas/acceptance.py @@ -447,7 +447,7 @@ class OffloadMigrationAndIdlePull(unittest.TestCase): self.env.target.bl.bigs, window=window, percent=True) msg = "Big cpus were not fully loaded while there were enough big tasks to fill them" - self.assertGreater(busy_time, EXPECTED_BIG_BUSY_TIME_PCT, msg=msg) + self.assertGreater(busy_time, OFFLOAD_EXPECTED_BUSY_TIME_PCT, msg=msg) # As the migrators start finishing, make sure that the tasks # that are left are running on the big cpus