You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
548 B
14 lines
548 B
4 months ago
|
"""
|
||
|
Imports everything that should be accessible in control files.
|
||
|
|
||
|
Import into the default namespace for easy usage in control files.
|
||
|
The control files only need to import this file.
|
||
|
"""
|
||
|
|
||
|
from autotest_lib.client.common_lib.cros.cfm.usb.cfm_usb_devices import *
|
||
|
from autotest_lib.server.cros.cfm.configurable_test.actions import *
|
||
|
from autotest_lib.server.cros.cfm.configurable_test.cfm_test import *
|
||
|
from autotest_lib.server.cros.cfm.configurable_test.configuration import *
|
||
|
from autotest_lib.server.cros.cfm.configurable_test.scenario import *
|
||
|
|