218 Commits

Author SHA1 Message Date
Brian Carrier
e5ecfc5ab3 exposed method to detect file type, keyword search uses existing blackboard type or utility method. Fixes bug whereby open office documents did not have text extracted. 2014-09-23 17:05:44 -04:00
tsk-build
dfe6ebcf7d minor comment updates 2014-09-16 10:29:29 -04:00
Brian Carrier
94d49ada2a Added utf-8 encoding to test diff 2014-08-22 10:25:35 -04:00
Brian Carrier
a6ea66adb3 removed code that copies error files bc it caused problems 2014-08-19 14:36:29 -04:00
Brian Carrier
357d43f4e3 Forced regression scripts to use python 3 2014-08-19 13:54:33 -04:00
Brian Carrier
303c3315ec Added basic usage message 2014-08-18 18:05:06 -04:00
Brian Carrier
148f4757fa removed srcupdater file from test scripts 2014-08-18 17:33:33 -04:00
alexjacks92
317923da96 Made sure timing tests will only run during explicit timing tests. 2014-06-06 13:39:22 -04:00
alexjacks92
a993163f2f Refining time diff. 2014-06-05 16:56:54 -04:00
alexjacks92
4a0e8ad728 Timing testing basics working. 2014-06-05 16:11:38 -04:00
alexjacks92
7f4d2ac75f Bug with moving userdir logs fixed. 2014-06-05 10:23:06 -04:00
alexjacks92
a3dfd9c4b5 Reverting to old log naming conventions. 2014-06-05 10:04:59 -04:00
alexjacks92
2cb84dee2e Working towards timing tests. 2014-06-05 09:43:43 -04:00
alexjacks92
977d34b07b Documentation and code clean up. 2014-06-03 13:30:50 -04:00
alexjacks92
2382a3c023 Tests now pull in both sets of logs for diffing. 2014-06-03 12:51:10 -04:00
alexjacks92
de063b9957 Working towards moving both sets of logs for testing. 2014-06-02 16:38:32 -04:00
alexjacks92
c21400500a Getting rid of whitespace diffs. 2014-05-12 10:56:02 -04:00
alexjacks92
e437fe2643 Making sure only UI changes are on this branch. 2014-05-12 10:52:56 -04:00
alexjacks92
04d3528a96 More change isolation. 2014-05-12 10:45:36 -04:00
alexjacks92
a11b819956 Isolating changes on one branch only. 2014-05-12 10:31:37 -04:00
alexjacks92
0292a4933b Only traces log will go into common log. 2014-05-08 13:28:56 -04:00
alexjacks92
c1003191d4 More useful variable names. 2014-04-30 11:11:03 -04:00
alexjacks92
91fd8a6891 Merge remote-tracking branch 'upstream/develop' into IdsToPaths 2014-04-29 16:53:32 -04:00
alexjacks92
a0b4a2d32f Replacing more IDs with file paths - now tsk_files_path and tsk_objects tables as well. 2014-04-29 16:53:15 -04:00
alexjacks92
7451fd9fef Clean up attachments regardless of success or failure. 2014-04-25 11:17:18 -04:00
alexjacks92
f2476de2db Exiting regression test with exit code 1 on failed tests. 2014-04-24 13:23:16 -04:00
alexjacks92
f26073ee13 Cleaning up code to work when you aren't running a jenkins job. 2014-04-08 12:10:11 -04:00
alexjacks92
cb6b9f7f5b Delete existing diff files before adding new ones. 2014-04-08 09:59:28 -04:00
alexjacks92
0b471112c9 Removing old diff files before moving new ones in. 2014-04-07 13:35:52 -04:00
alexjacks92
48025c2e15 Removed unneeded logging, removed email code, refactored variable names from email-centric to jenkins- and error-centric names. 2014-04-04 15:50:18 -04:00
alexjacks92
c980facdab Removed mail code, added code to work with jenkins. 2014-04-03 15:41:04 -04:00
alexjacks92
0b5032918c Removing some unneeded logging. 2014-04-03 09:47:48 -04:00
alexjacks92
c86d707d89 Added code to move diffs to a folder specified in a config file. Will be used by Jenkins to locate email attachments. 2014-04-02 16:17:40 -04:00
alexjacks92
feaf2c1409 JavaIO flushing error fix and ensuring regression test diffs are added as email attachments. 2014-04-01 17:20:45 -04:00
alexjacks92
e712ad8a82 Fixed an issue searching through logs for strings that aren't there. 2014-03-28 17:14:44 -04:00
alexjacks92
a23ee1317a Fixed a parenthesis matching issue. 2014-01-24 10:03:05 -05:00
alexjacks92
da6cac634c Rogue parenthesis deleted. 2014-01-23 12:51:18 -05:00
alexjacks92
e300311bd1 Fixing bug where an email would try to be sent, even if it shouldn't. 2014-01-21 13:53:13 -05:00
alexjacks92
d2056cb7f4 Fixed email issues. 2014-01-17 15:10:19 -05:00
alexjacks92
216d75834e These changes are already in master. Pushing the same thing to develop. 2014-01-17 13:41:52 -05:00
Richard Cordovano
9ac0c310ea Normalization of line endings 2013-11-19 18:17:34 -05:00
Jeff Wallace
26b43162bb Changed return type of run_diff to allow more descriptive diff results 2013-07-25 12:37:48 -04:00
Jeff Wallace
e440da75c6 Moved TskDbDiff to a separate file. 2013-07-23 10:22:28 -04:00
Jeff Wallace
dc7fcb3790 Changed except statements to be more specific. Changed places where files are opened to use the safer with statement. 2013-07-17 11:39:55 -04:00
Jeff Wallace
f180665333 Updated documentation of functions and classes. 2013-07-16 15:18:03 -04:00
Jeff Wallace
65471d726a Removed global variable test_config, updated appropriate references 2013-07-16 14:20:14 -04:00
Jeff Wallace
9f2015e4ce Removed global variable failedbool, updated overall pass/fail output message 2013-07-16 13:34:23 -04:00
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
Jeff Wallace
625c7c8c3b Database dump function now takes paths as arguments intstead of TestData 2013-07-16 11:38:50 -04:00
Jeff Wallace
c103c1ac62 Replaced imgfail globabl variable with a TestData attribute. 2013-07-16 10:03:54 -04:00