Searched refs:installable_object (Results 1 - 5 of 5) sorted by relevance

/external/autotest/server/
H A Dkernel.py10 from autotest_lib.server import installable_object namespace
13 class Kernel(installable_object.InstallableObject):
H A Dhypervisor.py17 import installable_object namespace
20 class Hypervisor(installable_object.InstallableObject):
H A Dgit.py11 from autotest_lib.server import utils, installable_object namespace
14 class InstallableGitRepo(installable_object.InstallableObject):
H A Dsite_autotest.py12 from autotest_lib.server import installable_object, autoserv_parser namespace
22 class SiteAutotest(installable_object.InstallableObject):
29 installable_object.InstallableObject.get(self, location)
H A Dautotest.py6 from autotest_lib.server import installable_object, prebuild, utils namespace
60 class BaseAutotest(installable_object.InstallableObject):

Completed in 416 milliseconds