pierky / arouteserver

A tool to automatically build (and test) feature-rich configurations for BGP route servers.
https://arouteserver.readthedocs.org/
GNU General Public License v3.0
284 stars 46 forks source link

Add step to run arouteserver html #70

Closed bluikko closed 3 years ago

bluikko commented 3 years ago

This is a proposal first draft (untested) for running arouteserver html as a step before config file generation if the $OUTPUT_DIR_HTML /root/arouteserver_html exists (option -v /root/arouteserver_html:/root/arouteserver_html passed to docker run).

I am sure this can be polished further if there is interest to implement such a feature. I can volunteer for that if necessary.

For #69.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 72.748% when pulling f752fa64c00706c7610d9304375af0cf676adc11 on bluikko:patch-2 into e532f1fed19e3b6ea7cfbb2db673804ea467443b on pierky:master.

pierky commented 3 years ago

Hi @bluikko, thanks a lot for the contributions!

This is just to let you know that I'm working to add some tests for this PR (wip under the dev branch, I'll push it soon).