Files
infix/test/case/statd/system/test
T

14 lines
270 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"
. $(readlink -f $(dirname $0)/../test.sh)
main "$@"