From 2c71828d6ba0b84fa393ebe348e8e326c19291ef Mon Sep 17 00:00:00 2001 From: Brendan Jackman Date: Tue, 20 Sep 2016 17:06:49 +0100 Subject: [PATCH] tests/eas/acceptance: fixup s/EXPECTED_BIG_BUSY_TIME_PCT/OFFLOAD_EXPECTED_BUSY_TIME_PCT/ An EXPECTED_BIG_BUSY_TIME_PCT got missed out from the recent renaming commit. --- tests/eas/acceptance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/eas/acceptance.py b/tests/eas/acceptance.py index 805a25c09..06e3b8c52 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 -- GitLab