]> git.proxmox.com Git - mirror_frr.git/commit
topogen: first code import
authorRafael Zalamena <rzalamena@gmail.com>
Thu, 15 Jun 2017 03:25:54 +0000 (00:25 -0300)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:11 +0000 (20:22 -0500)
commit1fca63c1e43243f3b4c27c193b74cb965e59bbe4
tree732f38680e8c2d2ce70bfa7e2c59e065a9b868fd
parent797e8dcf5c946968c8253a0819206e431f61f6d3
topogen: first code import

Topogen (Topology Generator) is a helper that wraps around Topotest to
simplify some of the boilerplate code. This abstraction will help the
development of new tests and new APIs without breaking the existing
ones. It also makes the relation of objects clearer, since we no longer
touch the Mininet API directly, which in turn also makes us less
vulnerable to external API changes.
tests/topotests/conftest.py [new file with mode: 0644]
tests/topotests/example-test/test_template.py [new file with mode: 0644]
tests/topotests/lib/topogen.py [new file with mode: 0644]
tests/topotests/lib/topotest.py