aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2021-04-09 07:04:27 +0000
committerPeter Mikus <pmikus@cisco.com>2021-04-21 12:55:28 +0000
commitc6103c8482d1acbc0d1c3bc71ad0de8903b73a3c (patch)
tree134113578b7286894972e1f824f3ee50e38d5f8a /docs
parent1e5030b987404fb1cf1dfabe31a150092ff84a3d (diff)
Infra: Vagrant upgrade to focal
+ Upgradfe to focal + Move to better place + Integrate with ansible library Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ibddea33efa2c3587251f9f03921282fb47ffee31
Diffstat (limited to 'docs')
-rw-r--r--docs/testing_in_vagrant.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/testing_in_vagrant.rst b/docs/testing_in_vagrant.rst
index d3a0041539..b509e3d452 100644
--- a/docs/testing_in_vagrant.rst
+++ b/docs/testing_in_vagrant.rst
@@ -6,7 +6,7 @@ Install prerequisites
Run all commands from command line.
-1. Download and install latest virtualbox from `official page
+1. Download and install virtualbox from `official page
<https://www.virtualbox.org/wiki/Downloads>`_.
To verify the installation, run VBoxManage:
@@ -18,7 +18,7 @@ Run all commands from command line.
VBoxManage --version
- You should see virtualbox manager version printed, eg: 6.1.12r139181
+ Tested version: 6.1.16r140961
2. Download and install latest vagrant `from official page
<https://www.vagrantup.com/downloads.html>`_.
@@ -26,7 +26,7 @@ Run all commands from command line.
vagrant -v
- You should see vagrant version printed, eg: Vagrant 2.2.9
+ Tested version: Vagrant 2.2.15
3. Install vagrant plugins::
@@ -44,7 +44,7 @@ Set up and run Vagrant virtualbox
Before running following commands change working directory to Vagrant specific directory
(from within root CSIT directory) ::
- cd resources/libraries/tools/vagrant
+ cd csit.infra.vagrant
This allows Vagrant to automatically find Vagrantfile and corresponding Vagrant environment.
@@ -74,7 +74,7 @@ Run tests
From within the box run the tests using::
cd /home/vagrant/csit/resources/libraries/bash/entry
- ./bootstrap_vpp_device.sh csit-vpp-device-master-ubuntu1804-1n-vbox
+ ./bootstrap_vpp_device.sh csit-vpp-device-master-ubuntu2004-1n-vbox
To run only selected tests based on TAGS, export environment variables before
running the test suite::
@@ -83,6 +83,6 @@ running the test suite::
export GERRIT_EVENT_COMMENT_TEXT="devicetest memif"
# now it will run tests, selected based on tags
- ./bootstrap_vpp_device.sh csit-vpp-device-master-ubuntu1804-1n-vbox
+ ./bootstrap_vpp_device.sh csit-vpp-device-master-ubuntu2004-1n-vbox