huangcm
2025-07-01 676035278781360996553c427a12bf358249ebf7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"""
Convenience functions for use by tests or whomever.
 
NOTE: this is a mixin library that pulls in functions from several places
Note carefully what the precendece order is
 
There's no really good way to do this, as this isn't a class we can do
inheritance with, just a collection of static methods.
"""
 
from autotest_lib.client.common_lib.utils import *
from autotest_lib.server.base_utils import *
if os.path.exists(os.path.join(os.path.dirname(__file__), 'site_utils.py')):
    from autotest_lib.server.site_utils import *