Arthur Jones b59f1ba199 testing/frr: set /etc/frr to be owned by frr:frr
Currently, /etc/frr is owned by root, but when re-writing config
with command like:

router# copy running-config startup-config

we fail as we drop down to frr:frr when writing config.

Here, we chown -R frr:frr /etc/frr to make sure we can re-write config
safely

Fixes: #9328
2018-08-30 15:33:02 +00:00
..