aboutsummaryrefslogtreecommitdiff
path: root/crosperf
diff options
context:
space:
mode:
Diffstat (limited to 'crosperf')
-rwxr-xr-xcrosperf/experiment_runner_unittest.py2
-rwxr-xr-xcrosperf/machine_manager_unittest.py2
2 files changed, 4 insertions, 0 deletions
diff --git a/crosperf/experiment_runner_unittest.py b/crosperf/experiment_runner_unittest.py
index 3502ce60..c4ee2cf4 100755
--- a/crosperf/experiment_runner_unittest.py
+++ b/crosperf/experiment_runner_unittest.py
@@ -46,6 +46,8 @@ EXPERIMENT_FILE_1 = """
}
"""
+# pylint: disable=protected-access
+
class FakeLogger(object):
"""Fake logger for tests."""
diff --git a/crosperf/machine_manager_unittest.py b/crosperf/machine_manager_unittest.py
index 0103ecdc..9889f9cd 100755
--- a/crosperf/machine_manager_unittest.py
+++ b/crosperf/machine_manager_unittest.py
@@ -23,6 +23,8 @@ from benchmark_run import MockBenchmarkRun
from cros_utils import command_executer
from cros_utils import logger
+# pylint: disable=protected-access
+
class MyMachineManager(machine_manager.MachineManager):
"""Machine manager for test."""