diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-05-03 06:32:17 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-05-03 12:51:31 +0000 |
commit | 11173c99a4416de8970fe67cef4fff2d9119ef14 (patch) | |
tree | a60be8b9db8c8dbba7455ab0554363cddd531f8d /docs/testing_in_vagrant.rst | |
parent | 70e8dc786c91f2d57d8fe3c3421ba2d1849dd297 (diff) |
Update KVM methodology
Change-Id: I8be9b9295b691a1ec4b810e3a1255ad1bc6947ab
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'docs/testing_in_vagrant.rst')
-rw-r--r-- | docs/testing_in_vagrant.rst | 9 |
1 files changed, 6 insertions, 3 deletions
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 <https://www.virtualbox.org/wiki/Downloads>`_ +1. Download and install latest virtualbox from `official page + <https://www.virtualbox.org/wiki/Downloads>`_ 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 <https://www.vagrantup.com/downloads.html>`_ +2. Download and install latest vagrant `from official page + <https://www.vagrantup.com/downloads.html>`_ To verify the installtion, run: vagrant -v You should see vagrant version printed, eg: Vagrant 2.2.2 |