aboutsummaryrefslogtreecommitdiff
path: root/crosperf/machine_manager_unittest.py
diff options
context:
space:
mode:
Diffstat (limited to 'crosperf/machine_manager_unittest.py')
-rwxr-xr-xcrosperf/machine_manager_unittest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/crosperf/machine_manager_unittest.py b/crosperf/machine_manager_unittest.py
index 10a34884..059ce20a 100755
--- a/crosperf/machine_manager_unittest.py
+++ b/crosperf/machine_manager_unittest.py
@@ -32,10 +32,10 @@ CHROMEOS_ROOT = "/tmp/chromeos-root"
MACHINE_NAMES = ["lumpy1", "lumpy2", "lumpy3", "daisy1", "daisy2"]
LABEL_LUMPY = label.MockLabel("lumpy", "image", CHROMEOS_ROOT, "lumpy",
["lumpy1", "lumpy2", "lumpy3", "lumpy4"],
- "", "", "")
+ "", "", False, "")
LABEL_MIX = label.MockLabel("mix", "image", CHROMEOS_ROOT, "mix",
["daisy1", "daisy2", "lumpy3", "lumpy4"],
- "", "", "")
+ "", "", False, "")
class MachineManagerTest(unittest.TestCase):