tohojo / flent

The FLExible Network Tester.
https://flent.org
Other
431 stars 77 forks source link

runners: Provide default implementation for do_parse() #264

Closed tohojo closed 2 years ago

tohojo commented 2 years ago

The change to multi-step parsing broke the parsing in DelegatingRunner derivatives since their children's parser method never got called. Provide a default implementation for do_parse() in the BaseRunner class that just chains to child runners.

Fixes #263.

Signed-off-by: Toke Høiland-Jørgensen toke@toke.dk