-
Notifications
You must be signed in to change notification settings - Fork 1
DataTravelGuide/dtg-tests
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 ```
About
Test suites for data travel guide projects
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published