chiyenteng
069eb6710d
Make python automated test 'test_WindowsMacPlatforms_MoveCorruptedSliceFile_MoveSuccess' to use prefab instead
...
Signed-off-by: chiyenteng <82238204+chiyenteng@users.noreply.github.com >
2021-12-15 08:25:18 -08: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
Gene Walters
0a7e9388ad
Cleanup: Adding wait_for_critical_expected_line as a public method to utils.py and updated the RPC test to use it.
...
Signed-off-by: Gene Walters <genewalt@amazon.com >
2021-12-09 19:23:48 -08:00
Gene Walters
8b044e23ce
Merge branch 'upstream/development' into LYN-6769_TestingRPCs
2021-12-09 10:43:16 -08:00
Gene Walters
4b3d1452fd
Merge pull request #6066 from aws-lumberyard-dev/LYN-8514_AutomatedReviewServerLogChecks
...
Updating Multiplayer PyTests To Check Server Logs
2021-12-09 09:15:58 -08:00
moraaar
045eea03e6
Converted NvCloth automated tests to prefabs ( #6253 )
...
* Deleted cloth slice assets and AutomatedTesting levels based on slices
Signed-off-by: moraaar <moraaar@amazon.com >
* Recreated nvcloth AutomatedTesting levels for prefabs
Signed-off-by: moraaar <moraaar@amazon.com >
* Run nvcloth automated tests with prefabs enabled (which is the default)
Signed-off-by: moraaar <moraaar@amazon.com >
2021-12-08 16:07:03 +00:00
John Jones-Steele
9e7d5fe52b
Test the Terrain World configuration changes when parameters are chan… ( #6063 )
...
* Test the Terrain World configuration changes when parameters are changed in the component
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Changes from PR
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Before merge
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Before merge 2
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Changes from PR
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Change from PR
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Change before merge
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Change before merge 2
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Change before merge 3
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Change after merge to fix conflicts
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Fix merge conflict
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* Fix merge conflict
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
* CHanges from PR
Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com >
2021-12-08 14:09:56 +00:00
Gene Walters
80a216e079
Adding RPC test. Update editor-servers to flush stdout
...
Signed-off-by: Gene Walters <genewalt@amazon.com >
2021-12-08 00:21:02 -08:00
jromnoa
1be7845cd2
Merge pull request #6085 from aws-lumberyard-dev/Atom/jromnoa/add-remaining-gpu-tests-to-optimized-classes
...
Enable optimized GPU tests and make them the main GPU tests.
2021-12-07 10:52:03 -08:00
sphrose
f06230f614
fix merge conflict
...
Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com >
2021-12-07 08:12:20 +00:00
sphrose
2316ddac65
Merge pull request #5784 from aws-lumberyard-dev/terrain/sphrose/vegetation_tests
...
Terrain/sphrose/vegetation tests
2021-12-07 08:04:21 +00:00
jromnoa
9038cdfcf9
fix merge conflict between constants in atom_constants.py
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com >
2021-12-06 17:53:31 -08:00
jromnoa
523691497d
call AtomComponentProperties.light(), AtomComponentProperties.directional_light(), etc. as is for its component name, rather than make a component name variable
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com >
2021-12-06 16:43:07 -08:00
jromnoa
9d6dc1ac63
add ATTENUATION_RADIUS_MODE constant with its 2 available options of automatic or explicit
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com >
2021-12-06 16:38:42 -08:00
jromnoa
ad3148ece5
add new enter_exit_game_mode_take_screenshot() shared function
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com >
2021-12-06 16:05:55 -08:00
Gene Walters
390bd6ece3
Merge branch 'upstream/development' into LYN-6769_TestingRPCs
2021-12-06 11:56:19 -08:00
Gene Walters
9ae3da7acd
Merge branch 'upstream/development' into LYN-8514_AutomatedReviewServerLogChecks
2021-12-06 11:30:12 -08:00
jckand-amzn
02fbf31311
Merge branch 'development' of https://github.com/o3de/o3de into jckand/PrefabTestOptimization
...
Signed-off-by: jckand-amzn <82226555+jckand-amzn@users.noreply.github.com >
2021-12-06 12:30:16 -06:00
smurly
e3306f948f
Atom Level component test support in editor_entity_utils.py and tests for level components ( #6082 )
...
* Level component helper and test cases for Atom Level components which currently crash
Signed-off-by: Scott Murray <scottmur@amazon.com >
* moved a close paren to end of previous line to match existing style
Signed-off-by: Scott Murray <scottmur@amazon.com >
* adding a forgotten import
Signed-off-by: Scott Murray <scottmur@amazon.com >
* minor refactor and prep for adding back the Display Mapper Game component test
Signed-off-by: Scott Murray <scottmur@amazon.com >
* putting Game compoenent Display Mapper test back with addition of setting property Enabled to true
Signed-off-by: Scott Murray <scottmur@amazon.com >
* typo in line fixed Test. bocomes Tests.
Signed-off-by: Scott Murray <scottmur@amazon.com >
2021-12-06 12:18:16 -05:00
sphrose
e5a3f21e29
fix merge conflict
...
Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com >
2021-12-06 16:43:08 +00:00
jckand-amzn
7cabe3e6af
Merge branch 'development' of https://github.com/o3de/o3de into jckand/LinuxCrashTest
...
Signed-off-by: jckand-amzn <82226555+jckand-amzn@users.noreply.github.com >
2021-12-06 09:11:02 -06: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
jckand-amzn
658877a9a1
Merge branch 'development' of https://github.com/o3de/o3de into jckand/LinuxCrashTest
...
Signed-off-by: jckand-amzn <82226555+jckand-amzn@users.noreply.github.com >
2021-12-03 13:15:28 -06:00
jckand-amzn
7657caf6d2
Added helpers to resource locators for finding the platform specific crash logs
...
Signed-off-by: jckand-amzn <82226555+jckand-amzn@users.noreply.github.com >
2021-12-03 13:15:17 -06:00
Gene Walters
fb330b2af9
Merge branch 'upstream/development' into LYN-6769_TestingRPCs
2021-12-03 10:40:48 -08:00
LesaelR
2324e1b569
Added a test to verify Asset Processor Batch leaves joblogs for failed jobs. ( #6069 )
...
Signed-off-by: Rosario Cox <lesaelr@amazon.com >
2021-12-03 10:27:21 -08:00
sphrose
4e5b62ee25
conflict fix
...
Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com >
2021-12-03 11:36:58 +00:00
jckand-amzn
1f51e186fb
Removing intentional crash used for testing from CreatePrefab_WithSingleEntity.py
...
Signed-off-by: jckand-amzn <82226555+jckand-amzn@users.noreply.github.com >
2021-12-02 18:51:59 -06:00
jckand-amzn
e6fb876682
Updating error log handling for Linux
...
Signed-off-by: jckand-amzn <82226555+jckand-amzn@users.noreply.github.com >
2021-12-02 18:24:26 -06:00
jromnoa
97cd722ac1
remove shadowmap size calls to fix test, clean up some property value assignments for component tests
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com >
2021-12-02 14:42:37 -08:00
LesaelR
0498e4a9c3
Added an assert to verify AP and AP Batch close on teardown. ( #5891 )
...
* Added an assert to verify AP and AP Batch close on teardown.
Signed-off-by: Rosario Cox <lesaelr@amazon.com >
* Removed ".exe" from assert to ensure it works on any platform
Fixed missing set of parenthesis in the assert
Added "AssetBuilder" to the assert to ensure assetbuilders have closed correctly
Signed-off-by: Rosario Cox <lesaelr@amazon.com >
* Moving the helper function from asset_processor_fixture to asset_processor_utils.
Changed individual process_utils calls into a single call with a list.
Signed-off-by: Rosario Cox <lesaelr@amazon.com >
* Added the missing references.
Signed-off-by: Rosario Cox <lesaelr@amazon.com >
2021-12-02 13:48:30 -08:00
jckand-amzn
9b0df63505
Testing crash log retrieval on Linux
...
Signed-off-by: jckand-amzn <82226555+jckand-amzn@users.noreply.github.com >
2021-12-02 15:39:17 -06:00
jromnoa
d158d36ce4
add the test steps to the docstring for the AtomGPU_LightComponent_SpotLightScreenshotsMatchGoldenImages() function
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com >
2021-12-02 13:14:48 -08:00
jckand-amzn
ab76f8cb62
Combined tests under NoAutoTestMode test class. Updated prefab name in test due to conflict running in parallel.
...
Signed-off-by: jckand-amzn <82226555+jckand-amzn@users.noreply.github.com >
2021-12-02 12:28:58 -06:00
jckand-amzn
444fb8cfa0
Merge branch 'development' of https://github.com/o3de/o3de into jckand/PrefabTestOptimization
...
Signed-off-by: jckand-amzn <82226555+jckand-amzn@users.noreply.github.com >
2021-12-02 11:55:45 -06:00
sphrose
0e5c9c3867
Merge pull request #5908 from aws-lumberyard-dev/terrain/sphrose/reference_shape
...
LYN-7693 Rename and move vegetation reference shape.
2021-12-02 10:09:05 +00:00
jromnoa
cc76ee58a7
update light component constant, fixed the return value for find_editor_entity(), removed old GPU test scripts, added new GPU test scripts
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com >
2021-12-01 18:46:58 -08:00
jckand-amzn
b1c0d1e12b
Enabling optimized test runner for Prefab tests
...
Signed-off-by: jckand-amzn <82226555+jckand-amzn@users.noreply.github.com >
2021-12-01 18:41:31 -06:00
jckand-amzn
68bf7c85ed
Adding setup step to remove temporary level that fails to cleanup ( #6056 )
...
* Adding setup step to remove temporary level that fails to cleanup with test teardown
Signed-off-by: jckand-amzn <82226555+jckand-amzn@users.noreply.github.com >
* Adding new create_level to TestHelper class with additional error logging
Signed-off-by: jckand-amzn <82226555+jckand-amzn@users.noreply.github.com >
* Cleaning up custom setup/teardown
Signed-off-by: jckand-amzn <82226555+jckand-amzn@users.noreply.github.com >
2021-12-01 11:17:08 -08:00
jromnoa
4664cf5aec
Merge pull request #5914 from aws-lumberyard-dev/Atom/jromnoa/add-display-mapper-component-property-check
...
Expand the Display Mapper component p0 test so that it modifies at least 1 property before passing.
2021-12-01 11:12:07 -08:00
Gene Walters
c8b631054f
Misc edit to keep an AZLOG_INFO instead of AZPrint. No real difference, but good as an example for pytest
...
Signed-off-by: Gene Walters <genewalt@amazon.com >
2021-12-01 10:04:26 -08:00
sphrose
1026c598b2
merge conflict fixes
...
Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com >
2021-12-01 16:47:38 +00:00
Gene Walters
d2ee1b92f3
Merge branch 'upstream/development' into LYN-8514_AutomatedReviewServerLogChecks
2021-12-01 08:41:11 -08:00
sphrose
786a72cf63
LYN-7376 test_TerrainHeightGradientList_AddRemoveGradients
...
Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com >
2021-12-01 10:41:45 +00:00
jckand-amzn
2809661794
Xfailing 2 DynVeg tests that fail to create levels in AR ( #6051 )
...
* Xfailing 2 DynVeg tests that fail to create levels in AR
Signed-off-by: jckand-amzn <82226555+jckand-amzn@users.noreply.github.com >
* Adding xfail to one more test, and updating reason
Signed-off-by: jckand-amzn <82226555+jckand-amzn@users.noreply.github.com >
2021-11-30 15:43:53 -08:00
jromnoa
c8a5f1b3eb
add Asset.id value to the Display Mapper docstring for LDR color grading LUT property
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com >
2021-11-30 15:26:18 -08:00
jromnoa
79ac840246
add docstring info for the LDR color grading LUT property option for Display Mapper components
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com >
2021-11-30 15:19:59 -08:00
jromnoa
2d379e32ae
Merge branch 'development' into Atom/jromnoa/add-display-mapper-component-property-check
2021-11-30 15:15:38 -08:00
Gene Walters
4b079b7608
Merge branch 'upstream/development' into LYN-8514_AutomatedReviewServerLogChecks
2021-11-30 14:34:42 -08:00
AMZN-stankowi
b63064f604
Automated test for bundle mode that creates and mounts a bundle with a level.pak file in it, and verifies that occurs. ( #5805 )
...
This is a regression test for bundle mode causing the editor to crash if you mount a bundle containing a level.pak file.
Signed-off-by: AMZN-stankowi <4838196+AMZN-stankowi@users.noreply.github.com >
2021-11-30 11:34:54 -08:00