mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 12:33:02 +02:00
14 lines
270 B
Bash
Executable File
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 "$@"
|