56 Commits

Author SHA1 Message Date
Sean-M
2a85d48489 Regression Test fixes 2013-02-22 10:11:06 -05:00
Sean-M
6f5126e309 added gitpull file to standard email attachments 2013-02-21 17:04:15 -05:00
Sean-M
12c5fd6348 changed error log attachment 2013-02-21 16:59:04 -05:00
Sean-M
ceb3232d0a added check for autopsy ant build 2013-02-21 16:08:02 -05:00
Sean-M
c25a3980e7 added failsafe on send_email 2013-02-21 15:21:56 -05:00
Sean-M
2c9164d33d Removed extra print statements 2013-02-21 15:04:14 -05:00
Sean-M
f52c0653d9 Fix to Error catching 2013-02-21 15:02:52 -05:00
Sean-M
d3fe84d40c Fixed error catching 2013-02-21 12:40:22 -05:00
Sean-M
7d52a0c15a Added some error catching 2013-02-21 12:20:18 -05:00
Sean-M
d3b6b57da7 fixed minor bug 2013-02-21 11:24:23 -05:00
Sean-M
d356426e00 Fixed send_email 2013-02-21 11:04:43 -05:00
Sean-M
3125860f08 fixed python syntax 2013-02-21 10:53:14 -05:00
Sean-M
73d38769b9 improved test functionality 2013-02-21 10:46:29 -05:00
Sean-M
b246e116f2 fixed continuous testing 2013-02-20 17:59:56 -05:00
Sean-M
0a84f38902 Regression test changes
Added email support to the regression test, documentation coming soon
2013-02-20 17:48:56 -05:00
Sean-M
61eea579f5 Early Continuous testing stuff 2013-02-14 12:44:53 -05:00
Sean-M
8b7cdb7cd0 Early continuous testing stuf 2013-02-14 12:34:33 -05:00
Sean-M
bfba3dbe18 Updated regression test, now will check reports 2013-02-12 14:36:29 -05:00
Sean-M
28889c51ec Minor fix to the regression test
may require reinstalling cygwin with python updates
2013-02-12 09:57:47 -05:00
0xNF
e85658fb00 Documented thew new infinite loop mode in regression.py 2012-11-20 15:42:32 -05:00
0xNF
21079bc162 Infinite Testing changes
Supports the new HTML report format for comparing gold reports.
Added a modified java test package that has some changes specific to the infinite testing.
2012-11-20 10:25:16 -05:00
Devin148
abaefc3f0e Fix script reading wrong ingest time. 2012-09-27 10:27:39 -04:00
dhurd
bc056f4054 Updated tester to work with Options panels and logging. 2012-09-17 15:41:53 -04:00
dhurd
9ceeaa8d8c Critial undefined bugfix. 2012-08-29 10:18:38 -04:00
unknown
4a852277fd Added full stack trace logging, and fixed character parsing. 2012-08-29 10:04:47 -04:00
devin148
5ccb89e655 Added full stack trace logging to the tester. 2012-08-28 11:12:04 -04:00
dhurd
eca3aff89e Reverting addition of output argument; added a pause after the Java runs. 2012-08-28 10:12:58 -04:00
devin148
3919f77ea8 Added screenshots and an output directory argument to the tester. 2012-08-27 15:37:27 -04:00
devin148
ec4822d091 Added links to logs in the tester HTML output. 2012-08-23 15:44:45 -04:00
devin148
06e920cd1f Bug fix for exception counting. Remake for report comparisons. 2012-08-22 17:17:24 -04:00
dhurd
1278663380 Updates to usage notes. 2012-08-22 10:30:11 -04:00
devin148
b39685115c Increased tester functionality. 2012-08-21 17:06:56 -04:00
devin148
7cfb09c176 Fixed number of artifact types the regression test looks for. 2012-08-20 15:23:31 -04:00
devin148
83466ba5b5 New additions to the CVS file and instructional changes for the config file. 2012-08-17 13:33:35 -04:00
dhurd
4a1860cd84 Minor bug fixes and changes. 2012-08-15 11:34:19 -04:00
dhurd
62867f4e79 Improvements to error handling. 2012-08-14 16:19:57 -04:00
dhurd
b9715e7726 Updates to match change in wizard names. Added improved exception checking. 2012-08-13 14:14:30 -04:00
dhurd
d3d2d2a4d3 Updates to testing and it's documentation. 2012-08-10 11:16:47 -04:00
dhurd
beb81fa4ba Made input and global config tags optional in config.xml. 2012-08-09 17:18:12 -04:00
dhurd
ffaa4d29c0 Updates to the regression test Python script: global CSV file, minor bug fixes. 2012-08-09 16:31:27 -04:00
dhurd
6e334a198f New tester python script: CSV file, HTML log. 2012-08-09 12:36:51 -04:00
0xNF
6cff0f074d Regression.py scans output logs for exceptions(and warnings, if enabled)and creates a common log file for them. Can filter what errors are printed with -e {string}. 2012-07-26 16:36:38 -04:00
0xNF
db17e3520c Changed deletion of Solr index to be default, disabled via -d instead. 2012-07-23 15:16:51 -04:00
0xNF
539695bcfd Added -d argument to delete keyword search files after ingest. 2012-07-23 15:10:14 -04:00
0xNF
bb66169509 Fixed some bugs in regression.py
the single file command is now -f, changed from -i
2012-07-23 11:22:30 -04:00
0xNF
598eea4de9 Regression.py will now by default check ./input for images when being run with -l unless explicitly told otherwise 2012-07-20 16:26:34 -04:00
0xNF
35bc7b1cb6 regression.py : changed the single command to -s, and the ignore command to -i to reduce confusion
regressionTesting.dox : updated the documentation to reflect yesterdays update

Other:
Uploaded an example XML config file
2012-07-18 09:32:28 -04:00
0xNF
819ec4eb95 regression.py now accepts config files for pointing to various directories where images are stored.
Will upload dox tomorrow
2012-07-17 17:27:37 -04:00
0xNF
85fcfb6c54 Updated the script a bit, and updated the documentation to reflect the new argument parameters. 2012-07-13 16:53:21 -04:00
0xNF
a4198c4142 fixed bug with variables 2012-07-13 14:59:36 -04:00