aboutsummaryrefslogtreecommitdiffstats
path: root/sanitycheck/ves/README.md
blob: 29309a449bc8a6c1b6d9f57291011370e95afffd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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