bloomberg / openbfdd-cookbook

A set of Chef recipes for installing and configuring OpenBFDD.
Apache License 2.0
3 stars 8 forks source link

use a complete invocation of verify_stream_status #3

Open pu239ppy opened 7 years ago

pu239ppy commented 7 years ago

This invocation should return correct results https://github.com/cbaenziger/openbfdd-cookbook/blob/e3ad2ef17cf42e79e4e69ecf1d0bd81cb0c5eeab/libraries/bfd_session.rb#L75

cbaenziger commented 7 years ago

Ooh! Yes, I see the bfdd-control state command seems to work happily; I'm not sure why I didn't think it worked. I do see that setting bfd_ctrl will need to take a control port for the beacon to configure for us to try and have BFD talk to itself for a Test Kitchen test. (This may be easier to verify via RSpec.)