HomeSort by relevance Sort by last modified time
    Searched refs:make_installer (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/tests/kvm/tests/
build.py 17 installer_object = kvm_installer.make_installer(params)
  /external/autotest/client/virt/
installer.py 6 The most common use case is to simply call make_installer() inside your tests.
12 __all__ = ['InstallerRegistry', 'INSTALLER_REGISTRY', 'make_installer',
131 def make_installer(fullname, params, test=None): function
171 installer = make_installer(name, params, test)
installer_unittest.py 59 instance = installer.make_installer("test_install_mode_test", params)
kvm_installer.py 609 def make_installer(params): function

Completed in 501 milliseconds