Gene Walters
c056ae705d
Merge pull request #6714 from aws-lumberyard-dev/crash_log_bug
...
Crash log test tools bug
2022-01-12 12:24:07 -08:00
evanchia
bcc83aaaf2
Found actual issue where the logs were being routed to the artifact folder
...
Signed-off-by: evanchia <evanchia@amazon.com >
2022-01-10 16:04:21 -08:00
evanchia
d378544bbc
Fixing crash log name bugs in test tools
...
Signed-off-by: evanchia <evanchia@amazon.com >
2022-01-05 17:06:44 -08:00
jckand-amzn
f71efa8b9b
Updating KillAllLyProcesses tests to expect o3de.exe process
...
Signed-off-by: jckand-amzn <82226555+jckand-amzn@users.noreply.github.com >
2022-01-05 14:16:35 -06:00
chiyenteng
ca49eedc5f
Convert prefab to temp spawnable assets ( #6179 )
...
* Convert prefab to temp in-memory spawnable assets
Signed-off-by: chiyenteng <82238204+chiyenteng@users.noreply.github.com >
2021-12-10 10:55:01 -08:00
amzn-sean
09c9548ba4
Automated testing create_backup and restore_backup respects file flags. ( #6062 )
...
* Automated testing create_backup and restore_backup respects file flags.
Example:
If the file that is to be backed-up is readonly, when restored that file will be readonly.
If the file that is to be backed-up is not readonly, when restored that file will be not readonly.
Fixes an issue that would mark physics setreg files to readonly after running AutomatedTesting when restoring from the backup.
* update LyTestTools tests that use create/restore backup to expect copy2 instead of copy
Signed-off-by: amzn-sean <75276488+amzn-sean@users.noreply.github.com >
2021-12-06 11:23:52 +00:00
evanchia
22273f6808
fixing unit tests
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-12-02 13:47:34 -08:00
sweeneys
3ae8f8b199
merge from development
...
Signed-off-by: sweeneys <sweeneys@amazon.com >
2021-11-12 14:47:08 -08:00
AMZN-AlexOteiza
cb93bafc4f
Fixed physics tests on linux ( #5579 )
...
* Fixed physics tests on linux
* Fixed unit tests because of new implementation
* Fixed bug in lock, fixed unit tests
Co-authored-by: aljanru <aljanru@uc5564ff5a5ee55.ant.amazon.com >
2021-11-12 16:09:09 +00:00
AMZN-AlexOteiza
eafb2fdce5
Fixed editor log path and improved editor log not found error string ( #5357 )
...
* Fixed editor log path and improved editor log not found error string
* Renamed any lowercase editor.log to Editor.log
* Fix unit test failures
Signed-off-by: AMZN-AlexOteiza <aljanru@amazon.co.uk >
Co-authored-by: aljanru <aljanru@uc5564ff5a5ee55.ant.amazon.com >
2021-11-11 22:15:44 +00:00
sweeneys
bf00d82b02
Fix linux-specific test failures
...
Signed-off-by: sweeneys <sweeneys@amazon.com >
2021-11-10 17:26:32 -08:00
sweeneys
c29ca07d54
Enable python-based tests in Linux AR
...
Signed-off-by: sweeneys <sweeneys@amazon.com >
2021-11-10 15:34:08 -08:00
Sean Sweeney
ea4bc31b38
Merge pull request #4675 from aws-lumberyard-dev/editor_test_tools_cleanup
...
Editor test tools cleanup
2021-10-29 15:47:26 -07:00
evanchia
29ecb0a246
fixing more AR only unit test failures
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-10-21 19:49:42 -07:00
evanchia
f61c37786f
fixing unit test with local time issue
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-10-21 16:40:48 -07:00
evanchia
670e9a1fa1
merge with development
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-10-21 14:56:16 -07:00
evanchia
6168528964
fixing unit tests
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-10-21 14:44:43 -07:00
sweeneys
ea325d356c
updated defaults in all launchers, with additional unit test
...
Signed-off-by: sweeneys <sweeneys@amazon.com >
2021-10-21 12:07:43 -07:00
evanchia
90bd09ffca
Fixing minor details in unit tests
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-10-18 14:13:31 -07:00
evanchia
84493760ca
addressing PR feedback
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-10-18 13:27:40 -07:00
evanchia
f12d7626f8
Finishing up unit tests
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-10-13 16:22:26 -07:00
sweeneys
2b7262f566
Mock additional popen calls
...
Signed-off-by: sweeneys <sweeneys@amazon.com >
2021-10-13 14:14:01 -07:00
evanchia
a53e0e8124
Merging development into editor_test_tools_cleanup
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-10-13 12:50:17 -07:00
evanchia
8ab9f89b46
Adding unit tests and docstrings for editor test files
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-10-13 12:43:54 -07:00
Sean Sweeney
1ea472bdeb
Merge pull request #4589 from aws-lumberyard-dev/lytt_integ_linux
...
Platform manager and sanity tests for Linux
2021-10-12 15:11:12 -07:00
Artur K
80db67e90a
Remove many unused variables and unused setting files ( #4607 )
...
* Remove many unused variables and unused setting files
Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com >
* Remove a few more dead config vars
Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com >
* fix android test_ConfigureSettings_DefaultValues_SetsValues
Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com >
2021-10-12 17:06:15 -05:00
sweeneys
45def74409
Fix extension ignoring between Windows and Linux
...
Signed-off-by: sweeneys <sweeneys@amazon.com >
2021-10-11 11:11:40 -07:00
sweeneys
2034cd3053
Platform manager and sanity tests for Linux
...
Signed-off-by: sweeneys <sweeneys@amazon.com >
2021-10-08 15:36:52 -07:00
Sean Sweeney
a8559c4000
Merge pull request #4374 from aws-lumberyard-dev/lytt_linux_tests
...
Lytt linux tests
2021-09-29 09:31:44 -07:00
evanchia
bcf024edf9
registering linux integ test to cmake
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-09-27 14:33:08 -07:00
evanchia
4998f44246
adding process_utils linux integ test
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-09-27 14:25:43 -07:00
sweeneys
09ce73aa44
Initial update for this module's unit tests on Linux
...
Signed-off-by: sweeneys <sweeneys@amazon.com >
2021-09-22 17:50:38 -07:00
Esteban Papp
8bc9ed3d01
removing some rad leftovers ( #3366 )
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-08-20 13:39:51 -07:00
evanchia
8d6df19592
fixes a flaky lytesttools unit test
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-08-20 09:15:14 -07:00
Steve Pham
38261d0800
Shorten copyright headers by splitting into 2 lines ( #2213 )
...
* Updated all copyright headers to split the longer original copyright line into 2 shorter lines
Signed-off-by: Steve Pham <spham@amazon.com >
2021-07-16 15:25:48 -07:00
evanchia
12a8cc7cd7
Removing deleted test from CMakeLists and updated in line comments for sample test
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-07-12 15:31:09 -07:00
evanchia
bc7e12278c
changed nullrenderer arg for sanity test
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-07-08 15:55:06 -07:00
evanchia
9067fc3b99
Updating/Removing LyTestTools sample tests
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-07-08 11:55:46 -07:00
evanchia
6308d01456
Minor changes to system example test to match docs
...
Signed-off-by: evanchia <evanchia@amazon.com >
2021-07-08 11:53:03 -07:00
Chris Galvan
d7574777a8
Resolved merge conflicts
...
Signed-off-by: Chris Galvan <chgalvan@amazon.com >
2021-07-02 12:42:44 -05:00
Steve Pham
b4a2edec6a
Final update copyright headers to reference license files at the repo root ( #1693 )
...
* Final update copyright headers to reference license files at the repo root
Signed-off-by: spham <spham@amazon.com >
* Fix copyright validator unit tests to support the stale O3DE header scenario
Signed-off-by: spham <spham@amazon.com >
2021-06-30 19:51:55 -07:00
Terry Michaels
149863c527
Removed Amazon as Company for QSettings ( #1649 )
...
* Removed Amazon as Company for QSettings
Signed-off-by: Terry Michaels <miterenc@amazon.com >
2021-06-29 14:00:11 -05:00
Gene Walters
4e14c0069b
Merge branch 'upstream/stabilization/2106' into genewalt/gitflow_210628
2021-06-28 19:09:20 -07:00
Steve Pham
70042fcdcd
O3DE Copyright Updates for Linux Foundation ( #1504 )
2021-06-23 10:55:22 -07:00
Nicholas Van Sickle
b032177418
Merge pull request #1443 from aws-lumberyard-dev/nvsickle/MergeStabilizationJun18
...
Merge stabilization/2106 into development
2021-06-21 10:58:07 -07:00
evanchia
3310110b9a
Fixing test tools example test
2021-06-16 15:08:54 -07:00
evanchia
017845e285
fixing project() func to read project.json
2021-06-16 11:29:14 -07:00
evanchia
009e96d601
fixing ly_test_tools function and unit tests
2021-06-16 10:02:36 -07:00
amzn-sj
268fd8b714
Remove bootstrap.cfg and references to it.
2021-05-19 13:57:35 -07:00
SSpalding
67c3801d73
Log monitor encoding fix ( #729 )
...
Fixed log monitor encoding bug.
2021-05-12 16:15:18 -07:00