Add instructions for installing test env on Debian

pull/142/merge
Morgan Courbet 6 years ago committed by Anish Athalye
parent 0b01d56d81
commit 174949d1fc
  1. 23
      test/README.md

@ -8,6 +8,29 @@ 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 test requirements
```bash
sudo apt install vagrant virtualbox
```
- Install the [Sahara][sahara] Vagrant plugin
```bash
vagrant plugin install sahara
```
- Install Dotbot dependencies
```bash
git submodule update --init --recursive
```
Running the Tests
-----------------

Loading…
Cancel
Save