mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
14 lines
338 B
Bash
Executable File
14 lines
338 B
Bash
Executable File
#!/bin/sh
|
|
|
|
yang_models="ietf-interfaces ietf-routing ietf-ospf infix-containers"
|
|
|
|
gen_test=use_case/ospf_container/test.py
|
|
gen_iface=d3a
|
|
|
|
cli_commands="show-interfaces"
|
|
cli_commands="$cli_commands show-routing-table_--ip_ipv4"
|
|
cli_commands="$cli_commands show-routing-table_--ip_ipv6"
|
|
|
|
. $(readlink -f $(dirname $0)/../test.sh)
|
|
main "$@"
|