github.com/henvic/wedeploycli@v1.7.6-0.20200319005353-3630f582f284/functional/tests/logout.exp (about) 1 #!/usr/bin/expect 2 3 Feature: "Log out" 4 5 Scenario: "Log out" { 6 spawn $::bin logout 7 expect { 8 timeout { handle_timeout; break } 9 eof { 10 error "Error logging out." 11 } 12 "have been logged out" 13 } 14 }