1# Copyright 2018 The Chromium 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"""skylab_suite includes functions to run suites in skylab. 6 7This directory includes all tools for running suites of tests and waiting for 8their completion. 9 10By default this tool will block until the job is complete, printing a summary 11at the end. 12 13This is intended for use only for ChromeOS test suites. 14""" 15