Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update testing_in_vagrant.rst #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/testing_in_vagrant.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the purpose of running ubuntu14? The support in CSIT was dropped some time ago.

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

Expand All @@ -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
./bootstrap_vpp_device.sh csit-vpp-device-master-ubuntu1804-1n-vbox