blob: c2999b3bfb70b4226cf49d61f28b79d2c8bd6225 [file] [log] [blame]
#!/usr/bin/expect -f
if { [info exists ::env(CURRENT_SOURCE_DIR)] } {
source "$env(CURRENT_SOURCE_DIR)/tests/expect/common.exp"
} else {
source "common.exp"
}
spawn $env(YANGLINT)
expect_output "> "
expect_command "feature -a" 1 "yang:\r\n\t\\(none\\)\r\n\r\nietf-yang-schema-mount:\r\n\t\\(none\\)\r\n\r\n> "
send -- "exit\r"
expect eof