diff --git a/docs/testing_in_vagrant.rst b/docs/testing_in_vagrant.rst index 3612ba1e660..ed56e9fcf0a 100644 --- a/docs/testing_in_vagrant.rst +++ b/docs/testing_in_vagrant.rst @@ -18,12 +18,18 @@ Running CSIT locally in Vagrant 3. Install vagrant plugins From command line run: vagrant plugin install vagrant-vbguest + vagrant plugin install vagrant-cachier If you are behind a proxy, install proxyconf plugin and update proxy settings in Vagrantfile: vagrant plugin install vagrant-proxyconf +4. add csit box + vagrant box add https://app.vagrantup.com/fdio-csit/boxes/ubuntu-14.04.4_2016-05-25_1.0 + + vagrant init fdio-csit/boxes/ubuntu-14.04.4_2016-05-25_1.0 + 4. Start the provisioning: vagrant up --provider virtualbox @@ -46,4 +52,4 @@ To run only selected tests based on TAGS, export environment variables before running the test suite: export GERRIT_EVENT_TYPE="comment-added" export GERRIT_EVENT_COMMENT_TEXT="devicetest memif" - ./bootstrap_vpp_device.sh csit-vpp-device-master-ubuntu1804-1n-vbox \ No newline at end of file + ./bootstrap_vpp_device.sh csit-vpp-device-master-ubuntu1804-1n-vbox