diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2023-12-29 07:08:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-29 07:08:30 +0200 |
| commit | 353ee7bb819d5f06a180a1d062b47006456a98c7 (patch) | |
| tree | afcd3eff7e5ddd881681fe0ac213ea419640751c /tests/lib/test_darr.py | |
| parent | 080299fe10b7434602b8e419aa4283e4312cf587 (diff) | |
| parent | f7258386dba9100f399207a1ab2aa2b90111b364 (diff) | |
Merge pull request #14492 from LabNConsulting/oper-state
oper state
Diffstat (limited to 'tests/lib/test_darr.py')
| -rw-r--r-- | tests/lib/test_darr.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/lib/test_darr.py b/tests/lib/test_darr.py new file mode 100644 index 0000000000..dea3bdf785 --- /dev/null +++ b/tests/lib/test_darr.py @@ -0,0 +1,8 @@ +import frrtest + + +class TestDarr(frrtest.TestMultiOut): + program = "./test_darr" + + +TestDarr.exit_cleanly() |
