73 Commits

Author SHA1 Message Date
Devin148
0498d0b615 Update test with changed order of panels 2012-11-26 13:15:16 -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
adam-m
1897ac0cf0 auto-update module versions 2012-11-13 16:21:02 -05:00
Devin148
abaefc3f0e Fix script reading wrong ingest time. 2012-09-27 10:27:39 -04:00
adam-m
aec2d8fc9f update metafile about packaging 2012-09-27 10:21:23 -04:00
adam-m
58043edb45 Initial merge of core modules - it does build.
Pull core deps. jars from Maven using ivy.
Simplify dependencies.
TODO: add to classpath jars that should be, fix javahelp, merge layer.xml, disable some netbeans modules, merge Installer.java
2012-09-25 18:14:40 -04:00
dhurd
db098e50f2 Enabled the Plugins menu and hid core modules. 2012-09-17 15:54:30 -04:00
dhurd
bc056f4054 Updated tester to work with Options panels and logging. 2012-09-17 15:41:53 -04:00
adam-m
b111200164 update regression 2012-09-13 17:19:30 -04:00
adam-m
c78462d6a4 Ingests API changes.
Rename "service" to "module"
2012-08-29 16:46:34 -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
dhurd
da348a2896 Unalloc logic error bugfix. 2012-08-20 13:33:24 -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
73fcfa1c31 Bug fix to regression test. 2012-08-17 10:25:39 -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
adam-m
6b842c05da Regression test fixes merge 2012-08-01 16:56:11 -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
adam-m
07d71daf67 Merge branch 'master' of https://github.com/0xNF/autopsy 2012-07-23 16:38:07 -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
adam-m
a675d73c26 Merge branch 'master' of https://github.com/0xNF/autopsy 2012-07-23 11:23:12 -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
adam-m
49235b6a2e Merge branch 'master' of https://github.com/0xNF/autopsy
Conflicts:
	Testing/script/config.xml
	Testing/script/regression.py
2012-07-23 09:44:20 -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
dhurd
02626ee0ac Adding Nick's new tester. 2012-07-20 16:07:42 -04:00
dhurd
dcd6ff2108 Addition of 0xNF's config file for the tester. 2012-07-19 09:15:15 -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
dhurd
7ec91a6795 Adding Body File format report to the Generate Report dialog. Also adding multiple icon support, chaning a file\'s icon based on it\'s extension. 2012-07-17 12:10:54 -04:00
dhurd
df65ea10c2 Updates to RegressionTest.java 2012-07-16 14:08:22 -04:00
dhurd
59623889e9 Removing another merge issue. 2012-07-16 12:10:01 -04:00
dhurd
f006ac97d7 Merge git://github.com/sleuthkit/autopsy
Conflicts:
	Testing/script/regression.py
2012-07-16 11:57:18 -04:00
dhurd
076a8e4715 Fixing issue with git merger. 2012-07-16 10:20:30 -04:00
dhurd
8ff59c5764 Updating broken test script. 2012-07-16 10:01:28 -04:00