]> git.puffer.fish Git - matthieu/frr.git/commit
tests: new improved simple JSON template w/ doc update
authorChristian Hopps <chopps@labn.net>
Sun, 5 Sep 2021 06:24:50 +0000 (02:24 -0400)
committerChristian Hopps <chopps@labn.net>
Sun, 5 Sep 2021 06:45:13 +0000 (02:45 -0400)
commit36c19497301ee10ae952b844dfb4ed016d4bb1e6
tree5af1f83f78208343ddb5229bcdec092ce9f40fd2
parent5653bb515c97119661f37c6571de0164a2274744
tests: new improved simple JSON template w/ doc update

Utilizes new pytest fixtures to completely factor out setup and teardown
functionality. Supply the JSON config and write your tests.

"The best topotest template yet!"

Signed-off-by: Christian Hopps <chopps@labn.net>
doc/developer/topotests-jsontopo.rst
tests/topotests/example_test/test_example.py
tests/topotests/example_test/test_template_json.json [new file with mode: 0644]
tests/topotests/example_test/test_template_json.py [new file with mode: 0644]