From c6103c8482d1acbc0d1c3bc71ad0de8903b73a3c Mon Sep 17 00:00:00 2001 From: pmikus Date: Fri, 9 Apr 2021 07:04:27 +0000 Subject: Infra: Vagrant upgrade to focal + Upgradfe to focal + Move to better place + Integrate with ansible library Signed-off-by: pmikus Change-Id: Ibddea33efa2c3587251f9f03921282fb47ffee31 --- docs/testing_in_vagrant.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs') 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 `_. 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 `_. @@ -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 -- cgit 1.2.3-korg