-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
31 lines (22 loc) · 897 Bytes
/
README
File metadata and controls
31 lines (22 loc) · 897 Bytes
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
Data Travel Guide Test Suite
This repository provides a collection of test utilities and scripts for projects
maintained under the **Data Travel Guide** organization. It was originally
created for CBD specific testing but has since been extended to serve as the
general test suite for other projects as well.
**Preparation phase – install packages**
```
pip install avocado-framework avocado-framework-plugin-varianter-yaml-to-mux avocado-framework-plugin-result-html
apt install bpfcc-tools
```
**Execution phase – CBD test**
```
avocado run --nrunner-max-parallel-tasks 1 ./cbdctrl.py -m ./cbdctrl.py.data/cbdctrl.yaml
```
**Execution phase – pcache test**
```
avocado run --nrunner-max-parallel-tasks 1 ./pcache.py -m ./pcache.py.data/pcache.yaml
```
**Execution phase – teafs test**
```
avocado run --nrunner-max-parallel-tasks 1 ./teafs.py -m ./teafs.py.data/teafs.yaml
```