Home | History | Annotate | Download | only in login_VMSanity
      1 # Copyright 2018 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 = "Chrome OS Team"
      6 NAME = "login_VMSanity"
      7 PURPOSE = "Run vm_sanity.py."
      8 CRITERIA = """
      9 Test will fail if vm_sanity fails.
     10 """
     11 ATTRIBUTES = "suite:bvt-inline, suite:smoke"
     12 TIME = "SHORT"
     13 TEST_CATEGORY = "Functional"
     14 TEST_CLASS = "login"
     15 TEST_TYPE = "client"
     16 
     17 DOC = """
     18 This test runs vm_sanity.py
     19 """
     20 
     21 job.run_test('login_VMSanity')
     22