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