From 656a4ba95e155774cb4eb0560301d2b2dfdde075 Mon Sep 17 00:00:00 2001 From: Javi Merino Date: Thu, 29 Sep 2016 17:06:59 +0100 Subject: [PATCH] test/eas/acceptance: documentation fixes Some minor documentation fixes xoming from the EAS 1.1 integration guide. --- tests/eas/acceptance.py | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/tests/eas/acceptance.py b/tests/eas/acceptance.py index c8c80f8ed..3fc65a9ed 100644 --- a/tests/eas/acceptance.py +++ b/tests/eas/acceptance.py @@ -201,7 +201,7 @@ class SmallTaskPacking(unittest.TestCase): ==================== The tests spawns as many tasks as there are cpus in the system. - The tasks are small, so none of them should be run on big cpus, + The tasks are small, so none of them should be run on big cpus and the scheduler should pack them on little cpus. Expected Behaviour @@ -322,12 +322,17 @@ class OffloadMigrationAndIdlePull(unittest.TestCase): That is why this test doesn't test for migrations of the migrator tasks to the bigs when we expect that the early starters have - finished. Instead, it tests that the big cpus were fully loaded - as long as there are tasks left to run in the system; that the - little cpus run tasks while the bigs are busy (offload migration); - that all tasks get a chance on a big cpu (either because they - started there or because of idle pull); and that all tasks are - finished off in a big cpu. + finished. Instead, it tests that: + + * The big cpus were fully loaded as long as there are tasks left + to run in the system + + * The little cpus run tasks while the bigs are busy (offload migration) + + * All tasks get a chance on a big cpu (either because they + started there or because of idle pull) + + * All tasks are finished off in a big cpu. """ @@ -537,7 +542,8 @@ class WakeMigration(unittest.TestCase): Goal ==== - A task that switches between being big and small moves to big and little cores accordingly + A task that switches between being high and low utilization moves + to big and little cores accordingly Detailed Description ==================== -- GitLab