Project

General

Profile

Task #2436

Updated by Junxiao Shi almost 9 years ago

Vagrant system is specifically designed to recreate necessary environments.   
 
 One of the use cases is [multi-machine scenario](https://docs.vagrantup.com/v2/multi-machine/) which is exactly what is needed to run [[IntegrationTests]]. integrated tests. 

 This Task is to design a `Vagrantfile` that recreates the network topology specified in `multi-hosts.conf`.

Back