aPiecek | 266ca76 | 2023-03-22 15:04:59 +0100 | [diff] [blame] | 1 | source [expr {[info exists ::env(TESTS_DIR)] ? "$env(TESTS_DIR)/interactive/ly.tcl" : "ly.tcl"}] |
2 | |||||
3 | test clear_ietf_yang_library {clear --yang-library} { | ||||
4 | -setup $ly_setup -cleanup $ly_cleanup -body { | ||||
5 | # add models | ||||
6 | ly_cmd "clear -y" | ||||
7 | ly_cmd "list" "I ietf-yang-library" | ||||
8 | }} | ||||
9 | |||||
10 | cleanupTests |