From 11173c99a4416de8970fe67cef4fff2d9119ef14 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Fri, 3 May 2019 06:32:17 +0000 Subject: Update KVM methodology Change-Id: I8be9b9295b691a1ec4b810e3a1255ad1bc6947ab Signed-off-by: Peter Mikus --- docs/testing_in_vagrant.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'docs/testing_in_vagrant.rst') diff --git a/docs/testing_in_vagrant.rst b/docs/testing_in_vagrant.rst index 60b4cc553e..3612ba1e66 100644 --- a/docs/testing_in_vagrant.rst +++ b/docs/testing_in_vagrant.rst @@ -1,13 +1,16 @@ Running CSIT locally in Vagrant ------------------------------- -1. Download and install latest virtualbox from `official page `_ +1. Download and install latest virtualbox from `official page + `_ To verify the installation, run VBoxManage: - - on windows: "C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" --version + - on windows: + "C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" --version - on nix: VBoxManage --version You should see virtualbox manager version printed, eg: 6.0.0r127566 -2. Download and install latest vagrant `from official page `_ +2. Download and install latest vagrant `from official page + `_ To verify the installtion, run: vagrant -v You should see vagrant version printed, eg: Vagrant 2.2.2 -- cgit 1.2.3-korg