327 Commits

Author SHA1 Message Date
U-BASIS\zhaohui
73a2f35fa2 3908: Use correct file url 2018-06-15 10:31:23 -04:00
U-BASIS\zhaohui
c32b4f5dc0 3827: Update regression.py to take care of the new platform structure. 2018-05-10 15:28:29 -04:00
esaunders
9851ac4415 Python syntax error fix. 2018-03-26 13:33:38 -04:00
esaunders
f26981b4da Fix for issue where the parent of an artifact is a report which does not yet exist in the mapping table. 2018-03-26 12:46:16 -04:00
U-BASIS\zhaohui
d21202e528 3532: Write Output path to a text file instead of a html file. 2018-03-21 10:26:14 -04:00
Brian Carrier
2e7f1256d6 fixed typo 2018-03-20 21:04:24 -04:00
Richard Cordovano
f090bf2a34
Merge pull request #3495 from zhhl/3532-makeNightlyFailureEasierToDebug2
3532: Move the html file to diff_output folder and update the tag con…
2018-03-09 17:48:11 -05:00
Richard Cordovano
b4a73dfb40
Merge pull request #3489 from esaunders/develop
Fix problem with Reports path.
2018-03-05 19:29:59 -05:00
U-BASIS\zhaohui
037c820f6a 3532: Move the html file to diff_output folder and update the tag contents 2018-03-01 11:47:29 -05:00
esaunders
34f300ae4b Fix problem with Reports path. 2018-02-28 13:12:48 -05:00
Richard Cordovano
fc2ad1afb1
Merge pull request #3477 from esaunders/develop
Fix for host names in parent path
2018-02-27 17:37:06 -05:00
esaunders
274ed59ad7 Fixes for quotes, slashes and host names in paths. 2018-02-27 17:31:29 -05:00
Richard Cordovano
9dc01347d2
Merge pull request #3474 from esaunders/develop
Remove date/times from report paths.
2018-02-27 16:53:59 -05:00
esaunders
2fda9c44fa Remove date/times from report paths. 2018-02-27 16:42:58 -05:00
Richard Cordovano
f5d00c420b
Merge pull request #3445 from zhhl/3532-makeNightlyFailureEasierToDebug
3532: Add a html file to include the links to case output directory.
2018-02-27 12:00:43 -05:00
esaunders
fa51c573c1 Updated regression test script to handle indexed reports. 2018-02-26 12:22:38 -05:00
U-BASIS\zhaohui
986296ecfc 3532: Add a html file to include the links to case output directory. 2018-02-16 13:46:33 -05:00
U-BASIS\zhaohui
be029b026a Update regresion.py to use the new datetime format in logs. 2018-02-09 14:54:50 -05:00
U-BASIS\zhaohui
4bcd518f4b Disalbe the run time test in nightly. 2018-02-08 15:04:29 -05:00
Richard Cordovano
ba9e2f7fcc
Merge pull request #3345 from zhhl/3412-updatehtmlreportPath
3412: rename index.html to report.html and move html report files to …
2018-01-09 15:04:14 -05:00
U-BASIS\zhaohui
d10714fdb4 3412: Update regression.py to take care of the new HTML report path 2018-01-09 10:28:00 -05:00
U-BASIS\zhaohui
7c9a7026c5 3386: Update the files permission from 755 to 644 2018-01-03 14:43:27 -05:00
Richard Cordovano
8e4d7e2c4f Merge in develop branch 2017-09-07 11:17:51 -04:00
U-BASIS\zhaohui
eb39308400 2682: Remove report_id from the dump of reports table and cleanups. 2017-08-29 14:03:02 -04:00
U-BASIS\zhaohui
8b128fa2ae 2682: merge the script updates with current develop code base 2017-08-21 09:06:35 -04:00
U-BASIS\dgrove
70339153e1 Sync 2017-08-16 11:44:14 -04:00
U-BASIS\zhaohui
84813bc558 2918: updates for single-user case 2017-08-15 15:21:57 -04:00
U-BASIS\zhaohui
8c08d6dd32 2918: update the config.xml for usage of the recent regression test updates 2017-08-15 15:12:13 -04:00
U-BASIS\zhaohui
53e8b772d1 2918: clean up 2017-08-15 14:55:31 -04:00
U-BASIS\zhaohui
caad6cbf50 2918: Remove obj_id number from case directory. Add artifact type to path 2017-08-15 14:44:58 -04:00
U-BASIS\zhaohui
76fbbe0615 2918: use artifact type name as part of the artifact path 2017-08-14 11:16:26 -04:00
U-BASIS\zhaohui
1977c14707 2918: normalize tsk_objects table dumps for the object artifact type 2017-08-10 10:09:46 -04:00
U-BASIS\zhaohui
c9872814b7 2918: remove the extra casting and type 2017-08-09 12:35:34 -04:00
U-BASIS\zhaohui
fd2990d253 2918: update tsk_objects table dump file to take care of the derived/artifact type. 2017-08-09 11:35:55 -04:00
U-BASIS\zhaohui
6713e1abfd 2918: update comments 2017-08-09 09:57:27 -04:00
U-BASIS\zhaohui
424d6fdea7 2918: After Raman's update for artifacts as content and attachments as children, script will check if the object is this type to avoid fetch parent_path from tsk_files table. 2017-08-09 09:50:58 -04:00
U-BASIS\zhaohui
988d119e31 2672: Check the build failure before checking if the database file exists. 2017-07-26 14:48:33 -04:00
U-BASIS\zhaohui
2995585ea3 2672: Check if there's any failure message in antolog.txt right after a test finish. 2017-07-26 13:35:40 -04:00
U-BASIS\zhaohui
79086fb505 2672: Check 'SEVERE at autopsy logs and build failure at antlog 2017-07-25 10:54:04 -04:00
U-BASIS\zhaohui
0826d405ab 2672: Nightly will check more failed keywords and also check antlog.txt. 2017-07-20 17:40:16 -04:00
U-BASIS\zhaohui
e712cab874 Fix the Global_CSV log file couldn't found issue. 2017-06-07 10:03:31 -04:00
U-BASIS\zhaohui
bb957de980 2662: Update regresssion.py to start the multi-user case test. 2017-06-02 08:46:49 -04:00
U-BASIS\zhaohui
83133428f0 2119: to let python function makedirs() works better use the right path style according the platform 2017-05-17 14:29:27 -04:00
U-BASIS\zhaohui
0bd4607480 2119: Adding maxParentLevels property to manifestclasspath to fix 'No suitable relative path' problem and let regression test to get the autopsy version number from project.properties file instead of hard coded. 2017-05-04 10:14:04 -04:00
U-BASIS\zhaohui
92f4ac0e21 update script to use version 4.4.0 2017-04-28 10:28:07 -04:00
U-BASIS\zhaohui
e5ca026eac 2297: replace the obj_id number with it's parent_path or value of the first 2 columns 2017-04-04 16:08:55 -04:00
U-BASIS\zhaohui
dc12508768 2102: refactor the regression tests 2017-02-03 09:42:51 -05:00
U-BASIS\zhaohui
909dedbb18 2093: clean up 2017-01-27 14:51:59 -05:00
U-BASIS\zhaohui
81369156ac 2093: cleanup 2017-01-27 12:50:34 -05:00
U-BASIS\zhaohui
e28a604f5e 2093: regression.py updated for testing different product 2017-01-20 14:00:09 -05:00