Skip to content

Commit 1addc02

Browse files
committed
Better description
1 parent cd5b0f8 commit 1addc02

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

README.md

+27-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,28 @@
11
# testbeds
2-
This hosts multiple test beds in different environments for Fortinet products
2+
This project hosts multiple test beds in different environments for Fortinet products.
3+
4+
It uses libvirt and kvm as the hypervisor technology. All cases are intended to run on an standard laptop, unless stated otherwise.
5+
6+
Select the proper folder according to the product you want to run and then choose the proper script.
7+
8+
Usually at the header of each script there is a ascii picture describing the setup used. E.g.
9+
10+
fortigate/start_fgt_VWP.sh shows:
11+
12+
```
13+
MGMT
14+
+
15+
|
16+
+----------+ +--+--+ +----------+
17+
| | | | | |
18+
| Ubuntu +---+ FGT +---+ Ubuntu |
19+
| | | | | |
20+
+----------+ +-----+ +----------+
21+
22+
```
23+
24+
Before running any example please install proper software by running:
25+
26+
```
27+
./installation.sh
28+
```

0 commit comments

Comments
 (0)