The kea-ctrl-agent utility was deprecated in Kea 3.0 and removed in 3.2.
Adopt test.sh to not use the removed command and its config/password
stubs.
Signed-off-by: Josef Schlehofer <redacted>
;;
kea-ctrl)
- # Exercise the ctrl-agent config parser + keactrl wrapper; the
- # config requires an auth-password file so satisfy it with a stub.
- echo test >/etc/kea/kea-api-password
- kea-ctrl-agent -t /etc/kea/kea-ctrl-agent.conf
- rm -f /etc/kea/kea-api-password
+ # Exercise the keactrl wrapper.
keactrl -v >/dev/null
;;