--- Revision None +++ Revision 313237356263 @@ -0,0 +1,58 @@ +# Current time local 2011-05-17 18:05:20 +# Using etap version "0.3.4" +1..36 +# Daemon not executable. +ok 1 - Daemon port is a port. +ok 2 - Daemon name was set correctly. +ok 3 - Command name was set correctly. +ok 4 - Kill command was set. +ok 5 - Daemon has been halted. +ok 6 - Errors have been disabled. +ok 7 - Buffer has been switched off. +# Daemon dies on boot. +ok 8 - Daemon port is a port. +ok 9 - Daemon name was set correctly. +ok 10 - Command name was set correctly. +ok 11 - Kill command was set. +ok 12 - Daemon has been halted. +ok 13 - Errors have been disabled. +ok 14 - Buffer has been switched off. +# Daemon dies quickly after boot. +ok 15 - Daemon port is a port. +ok 16 - Daemon name was set correctly. +ok 17 - Command name was set correctly. +ok 18 - Kill command was set. +not ok 19 - Daemon has been halted. + --- + description: "Daemon has been halted." + found: running + wanted: halted + ... +not ok 20 - Errors have been disabled. + --- + description: "Errors have been disabled." + found: [{1305,651925,643529},{1305,651924,321723}] + wanted: nil + ... +not ok 21 - Buffer has been switched off. + --- + description: "Buffer has been switched off." + found: [] + wanted: nil + ... +# Daemon dies, but not quickly enough to be halted. +ok 22 - Daemon port is a port. +ok 23 - Daemon name was set correctly. +ok 24 - Command name was set correctly. +ok 25 - Kill command was set. +ok 26 - Daemon still running. +ok 27 - Found expected number of errors. +ok 28 - No extra data left in the buffer. +ok 29 - Daemon port is a port. +ok 30 - Daemon name was set correctly. +ok 31 - Command name was set correctly. +ok 32 - Kill command was set. +ok 33 - Daemon still running. +ok 34 - Found expected number of errors. +ok 35 - No extra data left in the buffer. +ok 36 - Kill command changed.