| Index: infra_libs/ts_mon/common/test/standard_metrics_test.py
 | 
| diff --git a/infra_libs/ts_mon/common/test/standard_metrics_test.py b/infra_libs/ts_mon/common/test/standard_metrics_test.py
 | 
| deleted file mode 100644
 | 
| index 41838d1c8b7b12ea73d6d38ce1843daa4f3f370e..0000000000000000000000000000000000000000
 | 
| --- a/infra_libs/ts_mon/common/test/standard_metrics_test.py
 | 
| +++ /dev/null
 | 
| @@ -1,21 +0,0 @@
 | 
| -# Copyright 2015 The Chromium Authors. All rights reserved.
 | 
| -# Use of this source code is governed by a BSD-style license that can be
 | 
| -# found in the LICENSE file.
 | 
| -
 | 
| -import unittest
 | 
| -
 | 
| -from infra_libs.ts_mon.common import interface
 | 
| -from infra_libs.ts_mon.common import standard_metrics
 | 
| -from infra_libs.ts_mon.common import targets
 | 
| -from infra_libs import ts_mon
 | 
| -
 | 
| -class StandardMetricsTest(unittest.TestCase):
 | 
| -
 | 
| -  def setUp(self):
 | 
| -    interface.state.target = targets.TaskTarget(
 | 
| -        'test_service', 'test_job', 'test_region', 'test_host')
 | 
| -    ts_mon.reset_for_unittest()
 | 
| -
 | 
| -  def test_up(self):
 | 
| -    standard_metrics.init()
 | 
| -    self.assertTrue(standard_metrics.up.get())
 | 
| 
 |