summaryrefslogtreecommitdiff
path: root/tests/helpers/python/frrtest.py
AgeCommit message (Collapse)Author
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
Done with a combination of regex'ing and banging my head against a wall. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2020-11-17tests: ignore Windows vs Unix style newlinesGalaxyGorilla
Within unit tests the output of vtysh commands is compared to hand made reference files. For some reason the output of those vtysh commands contains Windows Style newlines which results in error outputs which make it hard to identify this problem. Since there seems to be no benefit in checking those newlines anyway this commit just normalizes them. Signed-off-by: GalaxyGorilla <sascha@netdef.org>
2020-10-07*: reformat python fileswhitespace
We are now using black. Signed-off-by: Quentin Young <qlyoung@nvidia.com>
2018-09-08tests: properly locate files in builddirDavid Lamparter
test_cli.refout is written by configure into the build directory, thus we need a little special glue to find it correctly. Signed-off-by: David Lamparter <equinox@diac24.net>
2017-05-08tests: allow to use exit_cleanly as test methodChristian Franke
TestMultiOut can now also just check for clean exit Signed-off-by: Christian Franke <chris@opensourcerouting.org>
2017-03-30Rename: FreeRangeRouting FRRoutingLou Berger
Signed-off-by: Lou Berger <lberger@labn.net>
2017-03-28tests: format TestRefMismatch more readableChristian Franke
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
2017-02-13tests: fix out-of-tree buildDavid Lamparter
Fix pytest with $(top_srcdir) != "." Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2017-02-13tests: add pytest testrunnersChristian Franke
Signed-off-by: Christian Franke <chris@opensourcerouting.org>