Files
korg-distributed/README.md
T
2026-05-03 00:17:08 -04:00

16 lines
445 B
Markdown

# Automated Channel Fault Analysis with Tofu
## Installation and Tests
- Install nix
- Run `nix develop`
- Execute the test harnesses with `test_harness.py`:
```
$ test_harness tests/tcp.yaml # TCP tests
$ test_harness tests/abp.yaml # ABP tests
$ test_harness tests/tests.yaml # general correctness tests
```
Each test comes with a description - check out the respective YAML files
A full tutorial is available in [TUTORIAL.MD](TUTORIAL.MD)