blob: de1468031a79babccaefa3384d6710c9289a0c83 [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
from autotest_lib.client.bin import test, vm_sanity
class login_VMSanity(test.test):
"""Run vm_sanity."""
version = 1
def run_once(self):
vm_sanity.VMSanity().Run()