diff options
author | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2017-01-12 11:42:56 +0900 |
---|---|---|
committer | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2017-01-12 11:42:56 +0900 |
commit | 80016f010607e89ea978d89f7220937a19224c0e (patch) | |
tree | 1785acec1f422f4312d873b8f6fe927dc88cfe1a | |
parent | 83ddb9a56782a0fa97236289ab9db0e36699bc84 (diff) | |
download | vyos-integration-test-80016f010607e89ea978d89f7220937a19224c0e.tar.gz vyos-integration-test-80016f010607e89ea978d89f7220937a19224c0e.zip |
Update README.md
-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 |