普通文本  |  14行  |  354 B

# 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()