• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
5AUTHOR = "bsimonnet"
6NAME = "platform_MetricsUploader"
7PURPOSE = "Verify that metrics_daemon uploads the metrics."
8
9CRITERIA = """
10MetricsUploader must pick up the metrics from the file and upload them
11periodically.
12"""
13
14ATTRIBUTES = "suite:experimental"
15SUITE = "experimental"
16TIME = "FAST"
17TEST_CATEGORY = "Functional"
18TEST_CLASS = "platform"
19TEST_TYPE = "client"
20
21DOC = """
22End to end test of the metrics uploader using a fake UMA server.
23"""
24
25job.run_test('platform_MetricsUploader')
26