Home | History | Annotate | Download | only in crosvm_Sanity
      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 = "ChromeOS Team"
      6 NAME = "crosvm_Sanity"
      7 ATTRIBUTES = "suite:smoke, suite:vmtest-informational"
      8 PURPOSE = "Verify the virtualization environment is consistent with a baseline."
      9 CRITERIA = """
     10 This test will detect changes to the virtualization environment and fail when
     11 a baseline of features is not obtained.
     12 """
     13 TIME = "SHORT"
     14 TEST_CATEGORY = "General"
     15 TEST_CLASS = "VM"
     16 TEST_TYPE = "client"
     17 
     18 DOC = """
     19 Set baseline expectations for hosting Chrome OS VM images. In the Chrome OS lab
     20 these are based on current Google Compute Engine (GCE) server offerings and
     21 represent the lowest common denominator to effectively run QEMU/kvm. As a
     22 result VMs can be thought of as a slightly outdated Intel Chromebox. GCE is not
     23 the only host environment, and it runs in a VM as well. We attempt to control
     24 this environment as well as possible. This test ensures relevant changes are
     25 detected over time.
     26 """
     27 
     28 job.run_test('crosvm_Sanity')
     29