Files
2025-10-28 16:59:08 +01:00

15 lines
313 B
Bash
Executable File

#!/bin/sh
yang_models="ietf-system ietf-hardware"
gen_test=ietf_system/ntp_client/test.py
gen_iface=d3a
cli_commands="show-ntp"
cli_commands="$cli_commands show-software"
cli_commands="$cli_commands show-hardware"
cli_commands="$cli_commands show-services"
. $(readlink -f $(dirname $0)/../test.sh)
main "$@"