3912 Commits

Author SHA1 Message Date
Jeff Wallace
62087cdc5b Added email data to test configuration, modified Emailer.py so it doesn't need a configuration file to send an email. 2013-07-16 12:54:01 -04:00
Brian Carrier
f1aa4441fe Better deal with write failures in RecentActivity. Use more specialized temp/output folders 2013-07-16 11:41:11 -04:00
Jeff Wallace
625c7c8c3b Database dump function now takes paths as arguments intstead of TestData 2013-07-16 11:38:50 -04:00
Brian Carrier
87f68da53c Run regripper full on registry hives and post to blackboard. Removed old rr code in third party since it is not used 2013-07-16 10:50:29 -04:00
Brian Carrier
a9cf55a82f Create directories when new case is created and deprecated API that passed in case name and was not used 2013-07-16 10:42:56 -04:00
Jeff Wallace
c103c1ac62 Replaced imgfail globabl variable with a TestData attribute. 2013-07-16 10:03:54 -04:00
Jeff Wallace
c03872b5d9 Replaced accidental deletion in previous commit. 2013-07-15 14:14:56 -04:00
Jeff Wallace
e89fb44523 TestData now stores pass/fail flags for the different 'diffs': html report, database, and logs. 2013-07-15 13:54:09 -04:00
Jeff Wallace
151d35b8f2 Reorganized script. TskDbDiff no longer relies on TestData. 2013-07-15 13:18:57 -04:00
Jeff Wallace
3e1ef3712f Email attachments are now stored in Errors class. Added documentation to Errors class. 2013-07-15 12:51:30 -04:00
Jeff Wallace
d87b0972b1 Moved error reporting to a central class 2013-07-15 12:30:08 -04:00
Brian Carrier
13e0dd95f5 Merge branch 'master', remote-tracking branch 'origin' 2013-07-14 21:46:19 -04:00
Jeff Wallace
78c59bcd4d Merge https://github.com/sleuthkit/autopsy 2013-07-12 15:27:44 -04:00
Jeff Wallace
ba50b7fbad Reorganized regression.py and Emailer.py. Moved util functions to a new file, regression_utils.py 2013-07-12 15:25:32 -04:00
Brian Carrier
dda08dc638 Merge pull request #232 from rcordovano/master
Tag-Related Enhancements to Artifact Tabular Report Pages
2013-07-12 12:12:51 -07:00
Jeff Wallace
0bfee91eda Cleaned up and refactored TestResultsDiffer to redesign specification. 2013-07-12 14:38:12 -04:00
adam
ae160e93b3 Merge pull request #233 from jawallace/master
Regression Script Refactoring
2013-07-11 12:35:21 -07:00
Brian Carrier
85b16fcc8b Merge branch 'master' of github.com:sleuthkit/autopsy 2013-07-11 15:11:38 -04:00
Brian Carrier
37f05d73d2 Made extracted content area be dynamic and not hard coded 2013-07-11 15:11:16 -04:00
adam-m
294ce8ff9a Add discovery of external ingest modules (outside of autopsy project tree) in ingest module loader 2013-07-11 14:57:12 -04:00
Jeff Wallace
66c01b5742 Created DiffResults class to store TskDBDiff results in TestData. 2013-07-11 14:43:09 -04:00
Richard Cordovano
655e7e5787 Added UTF-8 encoding meta tag to HTML report 2013-07-11 14:31:20 -04:00
Richard Cordovano
ffed632b16 Extended tag display and filtering to keyword and hash set hits and prohibited making local copies of unalloc/virt files for reports 2013-07-11 14:02:39 -04:00
Jeff Wallace
ab5a18ae15 Replaced usage of make_path with attributes and methods in TestData 2013-07-11 12:31:33 -04:00
Jeff Wallace
7c87217bf4 Added additional helper methods to TestData to eliminate overuse of make_path 2013-07-11 10:22:41 -04:00
adam-m
93fa98bd5b update news for new version 2013-07-11 09:34:55 -04:00
adam-m
7fab4a394e add query substr to keyword search tab title
fixes #225
2013-07-10 23:51:52 -04:00
adam-m
9658b52f2b Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-07-10 19:35:25 -04:00
adam-m
190cd30788 update scalpel jni dll for windows using 20130710 build 2013-07-10 19:34:57 -04:00
Jeff Wallace
7952b7368c Added methods to TestData to produce paths for gold or output directories. 2013-07-10 16:43:14 -04:00
Jeff Wallace
d8136f5754 Changed documentation to google python standards. 2013-07-10 14:08:10 -04:00
adam
214054d5d5 Merge pull request #226 from jawallace/master
Regression Script Refactoring
2013-07-10 09:11:54 -07:00
Jeff Wallace
52fba3c817 Changed several filename attributes of TestConfiguration to be constant global variables 2013-07-10 09:43:03 -04:00
Richard Cordovano
7bbc5e0a22 Fixed bug in code to create tag folders local files for file tags report 2013-07-09 22:08:36 -04:00
Richard Cordovano
e23768f7cc Swapped File and Size columns in Hashset Hits report 2013-07-09 21:26:19 -04:00
Richard Cordovano
586bd6e03e Resolved some reporting issues 2013-07-09 19:59:04 -04:00
Jeff Wallace
f537e18b92 Removed other instances of using make_path to get paths to database files in TskDbDiff 2013-07-09 16:54:47 -04:00
Jeff Wallace
4c257655df Refactored TskDbDiff (DatabaseDiff) to eliminate repeated code and correctly close database connections 2013-07-09 16:04:23 -04:00
Jeff Wallace
f346032d72 Removed redundant attributes in TestConfiguration and consolidated places they were used. 2013-07-09 14:10:39 -04:00
Jeff Wallace
1460a8c7cf Fixed naming error in previous commit 2013-07-09 13:17:52 -04:00
Jeff Wallace
3c1cc941c7 Cleaned up _run_test method by moving test_data configuration to _generate_test_data 2013-07-09 13:00:53 -04:00
Jeff Wallace
a7d4d9761e Removed configuration logic from run_test 2013-07-09 12:26:48 -04:00
Jeff Wallace
32b9b63be2 Changed Test_Runner class name to conform to naming conventions 2013-07-09 11:54:03 -04:00
Jeff Wallace
92712af0ec Created separate method to generate a list of TestData to be used by run_tests 2013-07-09 11:49:31 -04:00
Jeff Wallace
345cb2582f TestConfiguration no longer relys on TestData to print errors 2013-07-09 11:22:05 -04:00
Jeff Wallace
71d35554a1 Fixed regression test script so the test configuration has access to the parsed command line arguments 2013-07-09 10:14:07 -04:00
adam-m
d929a6793b adding local files: handle case when listFiles() returns null 2013-07-06 11:36:31 -04:00
adam
84e6791e02 Merge pull request #223 from jawallace/master
Refactoring of Regression Test Scripts
2013-07-05 13:11:12 -07:00
Richard Cordovano
67fbf4c5a9 End of week snapshot 2013-07-05 15:05:58 -04:00
U-BASIS\jwallace
28bec75e38 Added information on Config Files to testing README 2013-07-05 12:32:40 -04:00