aboutsummaryrefslogtreecommitdiffstats
path: root/sanitycheck/ves/README.md
blob: fc9e5dc938a4a8332d51807058f8c8fecf76bc5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
VES with DMAAP simulator
------------------------

### Prerequisites
* DMaaP Simulator image available.

See README.md in dmaap-simulator directory

### Start
```
make start
```

### Health check
```
make health-check
```

### Stop
```
make stop
```