Home | History | Annotate | Download | only in platform_MetricsUploader
      1 # Copyright 2014 The Chromium OS Authors. All rights reserved.
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 
      5 AUTHOR = "bsimonnet"
      6 NAME = "platform_MetricsUploader"
      7 PURPOSE = "Verify that metrics_daemon uploads the metrics."
      8 
      9 CRITERIA = """
     10 MetricsUploader must pick up the metrics from the file and upload them
     11 periodically.
     12 """
     13 
     14 ATTRIBUTES = "suite:experimental"
     15 TIME = "FAST"
     16 TEST_CATEGORY = "Functional"
     17 TEST_CLASS = "platform"
     18 TEST_TYPE = "client"
     19 
     20 DOC = """
     21 End to end test of the metrics uploader using a fake UMA server.
     22 """
     23 
     24 job.run_test('platform_MetricsUploader')
     25