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

  /external/autotest/puppylab/
vm_manager.py 35 # TODO: We don't really need to setup everythig in the same VAGRANT_DIR.
40 VAGRANT_DIR = os.path.abspath(os.path.join(__file__, os.pardir))
63 """Execute a vagrant command in VAGRANT_DIR.
70 with infra.chdir(VAGRANT_DIR):
154 vagrant_file = os.path.join(VAGRANT_DIR, 'Vagrantfile')
187 logging.info('Vagrant already initialized in %s', VAGRANT_DIR)
190 logging.info('Initializing vagrant in %s', VAGRANT_DIR)
198 @param force: If True, vms in the VAGRANT_DIR will be destroyed and
214 _template = os.path.join(VAGRANT_DIR, 'ClusterTemplate')
clusterctl 74 vm_manager.VAGRANT_DIR, _core_image_name)
78 # in the VAGRANT_DIR if you wish to prepare a new vm. You can achieve

Completed in 61 milliseconds