From 9c617d4c6d9365475ab724d262d403875e034591 Mon Sep 17 00:00:00 2001 From: Morgan Courbet Date: Wed, 31 May 2017 22:19:57 +0200 Subject: [PATCH] Add instructions for installing test env on Debian --- test/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/test/README.md b/test/README.md index c4abddc..d7b20f5 100644 --- a/test/README.md +++ b/test/README.md @@ -8,6 +8,19 @@ machine state. The tests are deterministic, and each test is run in a virtual machine with fresh state, ensuring that tests that modify system state are easily repeatable. +Installing the Test environnement +--------------------------------- + +### Debian-based distributions + +- Install the requirements + + # apt install ruby-dev vagrant + +- Install the [Sahara][sahara] Vagrant plugin + + $ vagrant plugin install sahara + Running the Tests -----------------