diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,8 +1,16 @@ # vyos-integration-test +VyOS integration test with Vagrant, KVM and Serverspec. + ## Setup * Install Vagrant +* Install Vagrant plugins + + ``` + vagrant plugin install vagrant-vyos + vagrant plugin install vagrant-libvirt + ``` * Run `bundle` ## Run test |