mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 13:03:02 +02:00
12 lines
199 B
Bash
Executable File
12 lines
199 B
Bash
Executable File
#!/bin/sh
|
|
|
|
yang_models="ietf-interfaces"
|
|
|
|
gen_test=ietf_interfaces/static_multicast_filters/test.py
|
|
gen_iface=d3a
|
|
|
|
cli_commands="show-bridge-mdb"
|
|
|
|
. $(readlink -f $(dirname $0)/../test.sh)
|
|
main "$@"
|