]> git.puffer.fish Git - matthieu/frr.git/commit
topotests: Make 'LinuxRouter' a class of 'Router'
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 17 Dec 2018 15:33:37 +0000 (10:33 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 17 Dec 2018 15:33:37 +0000 (10:33 -0500)
commit7cc96035a73e66f110116ef7cde1b1717b694911
tree90b460fa91901447ae0a032e4cef469f63d308ca
parentb31c2a2ebf46dbffe9376b7c37e3d419a072b9dd
topotests: Make 'LinuxRouter' a class of 'Router'

Modify the LinuxRouter code such that it inherits from the
Router class.  This is setup work for (a) pulling out linux
specific config from class Router and (b) creating a FreebsdRouter
that inherits from class 'Router'.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
tests/topotests/lib/topotest.py