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 <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2018-12-16 20:46:10 -05:00
parent 28440fd9f8
commit 849d1ed9af

View File

@ -631,7 +631,7 @@ class Router(Node):
self.daemons = {'zebra': 0, 'ripd': 0, 'ripngd': 0, 'ospfd': 0, self.daemons = {'zebra': 0, 'ripd': 0, 'ripngd': 0, 'ospfd': 0,
'ospf6d': 0, 'isisd': 0, 'bgpd': 0, 'pimd': 0, 'ospf6d': 0, 'isisd': 0, 'bgpd': 0, 'pimd': 0,
'ldpd': 0, 'eigrpd': 0, 'nhrpd': 0, 'staticd': 0, 'ldpd': 0, 'eigrpd': 0, 'nhrpd': 0, 'staticd': 0,
'bfdd': 0} 'bfdd': 0, 'sharpd': 0}
self.daemons_options = {'zebra': ''} self.daemons_options = {'zebra': ''}
self.reportCores = True self.reportCores = True
self.version = None self.version = None