Home | History | Annotate | Download | only in brillo_ProcLibMemoryInventory
      1 # Copyright 2016 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 = 'toddpoynor'
      6 NAME = 'brillo_ProcLibMemoryInventory'
      7 TIME = 'SHORT'
      8 TEST_CATEGORY = 'Functional'
      9 TEST_TYPE = 'Server'
     10 ATTRIBUTES = ''
     11 SUITE = ''
     12 
     13 DOC = """
     14 Take inventory of process and shared lib unique RSS on a Brillo device.
     15 """
     16 
     17 def run(machine):
     18     job.run_test(NAME, host=hosts.create_host(machine))
     19 
     20 parallel_simple(run, machines)
     21