K 10 svn:author V 9 monthadar K 8 svn:date V 27 2012-04-14T00:40:32.947143Z K 7 svn:log V 683 * Modified so that the test script returns 0 on success otherwise failure, which is returned in teardown(); * Added info() routine that should be used instead of calling echo directly; * Modified loggin format to print the number of the test on each log line; * Modified loggin output to print the name of the test and date of running the test; * Modified run() so that it print either "ALL TEST PASSED" or how many test failed with which ones; * Modified teardown() to explicitly unlink the wtap simulator visibility between the nodes; * Changed how the script parses the command line arguments, and add 'all' flag that equals to 'setup run teardown'; Approved by: adrian (mentor) END