blob: 53127fc6cb6eba9b23385838219d25f1c316e524 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# vyos-integration-test
VyOS integration test with Vagrant, KVM and Serverspec.
## Setup
```
git clone https://github.com/higebu/vyos-integration-test.git
cd vyos-integration-test
./setup.sh
```
* Set vagrant box (default to higebu/vyos)
```
export VYOS_VAGRANT_BOX=vyos/current
```
## Run test
```
rake spec
```
## How it works
![how-it-works](https://raw.githubusercontent.com/higebu/vyos-integration-test/master/how_it_works.png)
## How to add a test case
TODO
|