From 849d1ed9afb2ccec291137404e61e43b7a2a4cda Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Sun, 16 Dec 2018 20:46:10 -0500 Subject: topotests: Allow sharpd to be used in topotests The sharp daemon did not have any ability to be used in topotests. Add some code to allow this. Signed-off-by: Donald Sharp --- tests/topotests/lib/topotest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/topotests/lib/topotest.py b/tests/topotests/lib/topotest.py index d0346c1dd..c7f405fac 100644 --- a/tests/topotests/lib/topotest.py +++ b/tests/topotests/lib/topotest.py @@ -631,7 +631,7 @@ class Router(Node): self.daemons = {'zebra': 0, 'ripd': 0, 'ripngd': 0, 'ospfd': 0, 'ospf6d': 0, 'isisd': 0, 'bgpd': 0, 'pimd': 0, 'ldpd': 0, 'eigrpd': 0, 'nhrpd': 0, 'staticd': 0, - 'bfdd': 0} + 'bfdd': 0, 'sharpd': 0} self.daemons_options = {'zebra': ''} self.reportCores = True self.version = None -- cgit v1.2.3