aboutsummaryrefslogtreecommitdiff
path: root/crosperf/machine_manager_unittest.py
diff options
context:
space:
mode:
authorCaroline Tice <cmtice@google.com>2015-09-04 09:22:25 -0700
committerchrome-bot <chrome-bot@chromium.org>2015-09-07 01:20:26 -0700
commitf97c6a214a4e6a0fcffdcba7609f3f07c8e40282 (patch)
tree22d6fa974178b04aefe4b4820b8276e2fa02848f /crosperf/machine_manager_unittest.py
parentebbc3daf71bbf5e09425653e7d4cd7e811db0a87 (diff)
downloadtoolchain-utils-f97c6a214a4e6a0fcffdcba7609f3f07c8e40282.tar.gz
Remove references to NonMatchineMachines exception.
NonMatchingMachines was removed in a CL yesterday, but a few references to it were missed. This removes those references. BUG=None TEST=None Change-Id: Iadc75d26bce6193d30c23c22b5fc1a529103b607 Reviewed-on: https://chrome-internal-review.googlesource.com/229501 Commit-Ready: Caroline Tice <cmtice@google.com> Tested-by: Caroline Tice <cmtice@google.com> Reviewed-by: Yunlian Jiang <yunlian@google.com>
Diffstat (limited to 'crosperf/machine_manager_unittest.py')
-rwxr-xr-xcrosperf/machine_manager_unittest.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/crosperf/machine_manager_unittest.py b/crosperf/machine_manager_unittest.py
index f314cce5..fe9ffc0e 100755
--- a/crosperf/machine_manager_unittest.py
+++ b/crosperf/machine_manager_unittest.py
@@ -356,11 +356,6 @@ class MachineManagerTest(unittest.TestCase):
'Tried to lock lumpy2',
'Tried to lock lumpy3'])
- # Test: Not all machines are the same, throw = True
- self.assertRaises (machine_manager.NonMatchingMachines,
- self.mm.AcquireMachine,
- LABEL_MIX.chromeos_image, LABEL_MIX, True)
-
# Test 3. Not all machines are the same, throw = False
self.assertEqual(len(self.log_fatal_msgs), 0)
m = self.mm.AcquireMachine(LABEL_MIX.chromeos_image, LABEL_MIX, False)