amzn-sean
5e50fc2961
fix build failure
2021-04-27 14:43:54 +01:00
amzn-sean
82fce4a90c
Merge branch 'main' into physx_ragdoll_create
2021-04-27 14:21:10 +01:00
amzn-sean
95a44c481a
fixed errors from main merge
2021-04-27 14:17:05 +01:00
Aaron Ruiz Mora
7f1e3b4054
Moving largeworlds's failing tests to sandbox
2021-04-27 13:56:31 +01:00
AMZN-AlexOteiza
764cd52c26
Fixed whitebox tests using correct imports
...
Fixed whitebox tests using correct imports
Co-authored-by: aljanru <aljanru@amazon.com >
2021-04-26 21:06:01 +01:00
jckand
90f51961c4
Merging main and resolving conflicts
2021-04-26 09:54:32 -05:00
AMZN-AlexOteiza
3f32cc929c
Fixed All Physics automated tests ( #129 )
...
* Fixed all Tests.
* Fixed tests stdout redirection
* Changed return code for failed tests to be 0xF
* Small improvements on automated testing code
* Created Periodic test suite and moved tests
* Made physics main to only have one test for now
* Renamed all tests to have leading AutomatedTesting::
2021-04-26 15:25:34 +01:00
Aaron Ruiz Mora
23dba55c21
Move flaky atom renderer test from main to sandbox test suite
2021-04-26 14:58:03 +01:00
jromnoa
68051490b8
Merge pull request #272 from aws-lumberyard-dev/Atom/jromnoa/add-atomtest-epb-tests-to-automatedtesting
...
ATOM-15219: Add the Atom component test to the AutomatedTesting project.
2021-04-23 16:55:26 -07:00
jckand
23c544b501
Removing GPU requirement from Large Worlds tests
2021-04-23 16:48:04 -05:00
jckand
dd00b8a1ad
Merge branch 'main' into jckand/FoundationAuto
2021-04-23 16:45:34 -05:00
jckand
10361f0ae4
- LYN-3275: Marking several tests xfail due to Mesh planting issues with nullrenderer
...
- LYN-3273: Marking several tests xfail due to Mesh Blocker issues with nullrenderer
2021-04-23 15:47:20 -05:00
jckand
4c8401ec7a
- Updating imports for LandscapeCanvas tests to new utils location
...
- Enabling Atom Null Renderer for launch_and_validate_results()
2021-04-23 13:48:07 -05:00
jromnoa
91ec9b4f7e
add CMakeLists.txt comment removal (was missed in last commit)
2021-04-23 10:46:35 -07:00
evanchia
bd19a6450f
Minor update to readme file for editor python test tools
2021-04-23 10:44:55 -07:00
jromnoa
811dc9c446
remove unused TestAllComponentsBasicTests class, fix test_case_id markers to be comma separated, lowered CMake timeout to 5 minutes, use existing after_level_load() utility function, remove redundant comments
2021-04-23 10:42:03 -07:00
jckand
b2f0df99a7
- Removing re-merged unneeded tests
...
- Updating imports for Editor tests to new utils location
2021-04-23 11:28:44 -05:00
evanchia
5849575318
removing egg files
2021-04-22 20:08:01 -07:00
jromnoa
f2a2286a2c
remove GPU requirements, clean up test verification
2021-04-22 19:16:00 -07:00
jromnoa
32d643fe95
enable NullRenderer for test, clean-up some test verifications
2021-04-22 18:17:09 -07:00
jromnoa
1fed4cd335
Merge branch 'main' into Atom/jromnoa/add-atomtest-epb-tests-to-automatedtesting
2021-04-22 17:49:21 -07:00
jromnoa
a9913cc079
remove shadowtest level, swap test to components test instead
2021-04-22 17:34:18 -07:00
jckand
52731b478d
Resolving conflicts with deleted files and main merge
2021-04-22 17:16:17 -05:00
evanchia-ly-sdets
6164e2aa99
Merge pull request #146 from aws-lumberyard-dev/hydra_util_package
...
Moving hydra util files package
2021-04-22 15:11:33 -07:00
cgalvan
5d3774521f
Merge pull request #251 from aws-lumberyard-dev/cgalvan/RemoveSetEditMode
...
[LYN-3160] Removed IEditor::Get/SetEditMode and some additional unused (related) content in the InfoBar.
2021-04-22 16:36:57 -05:00
jckand
8ee6a16567
- Removing another mistakenly re-merged test file
...
- Updating conftest.py to point to new location for saved layouts
2021-04-22 16:22:11 -05:00
AMZN-stankowi
f44f06c9f0
AssImp set to be the default FBX processor ( #78 ) ( #136 )
...
* AssImp set to be the default FBX processor (#78 )
If you encounter issues, reach out to the Helios team with details, and then switch back to FBX SDK locally by changing FBXImporter.h
* Merge pull request #219 from aws-lumberyard-dev/sceneapi_scripting
LYN-3030: Fix to export_chunks_builder.py to match the AssImp node paths
* Hide some automated test folders from the asset processor for automatedtesting. This is necessary because these assets should only be processed when running the test, and not any time AP is launched for this project.
* Putting these test assets back to visible to Asset Processor. These tests need to be updated at some point to handle that, but they won't work with this change for now. Note that until this is addressed, these tests may randomly time out if they're the first tests run on a clean asset processor, and these tests launch AP without using a unique port, so the test can also fail if an Asset Processor executable is hanging open.
Grabbed the change I missed from the 1.0 branch merge, no idea how this got lost.
* Moved from main to periodic. Allen and Fuzzy were already on board, and I think with the potential flakiness in this test, we don't want this in main.
Co-authored-by: jackalbe <23512001+jackalbe@users.noreply.github.com >
2021-04-22 14:09:44 -07:00
evanchia
8c29ebe728
chaging name from Lumberyard to od3e
2021-04-22 13:30:11 -07:00
jckand
9f2386fd09
- LYN-2764: Updating asset in TreeNavigation test
...
- Removing mistakenly re-merged test file
2021-04-22 15:29:13 -05:00
evanchia
e7db0a64d6
Merge branch 'main' into hydra_util_package
2021-04-22 13:26:34 -07:00
Chris Galvan
08bd4ee740
[LYN-3160] Removed IEditor::Get/SetEditMode and some additional unused (related) content in the InfoBar.
2021-04-22 14:28:42 -05:00
jckand
e5a990b05c
LYN-3120: Temporarily disabling reset of view pane layout in editor_test_helper.py teardown. Updating view of planting area for several DynVeg tests that was changed with the addition of the default level entity.
2021-04-22 13:20:44 -05:00
jromnoa
22e9abf6a0
add ShadowTest map with its assets and update the hydra test + test scripts with correct paths
2021-04-21 18:09:08 -07:00
jromnoa
7623d28995
update tool_dependencies.cmake, CMakeLists.txt, hydra script
2021-04-21 14:53:02 -07:00
jromnoa
b6e9e3e8b6
Merge branch 'main' into Atom/jromnoa/add-atomtest-epb-tests-to-automatedtesting
2021-04-21 14:00:07 -07:00
jromnoa
ab7f40e991
add AtomTest levels, add some updated test configuration options, still need to debug an error with a tool dependency
2021-04-21 13:11:50 -07:00
evanchia
015dc12dc3
Merge branch 'main' into hydra_util_package
2021-04-21 10:58:21 -07:00
Ulugbek Adilbekov
8c3b528905
Re-reenable blast tests ( #160 )
...
Co-authored-by: Ulugbek Adilbekov <ulugbek@amazon.com >
2021-04-21 12:27:23 +01:00
jromnoa
23dec3c10e
Add starting point for Hydra/EPB Atom tests in AutomatedTesting project
2021-04-20 18:56:49 -07:00
evanchia
e79b1b4af1
Moved hydra util package near editor python tests
2021-04-20 16:51:48 -07:00
evanchia
40f4b651ab
Merge branch 'main' into hydra_util_package
2021-04-19 16:33:47 -07:00
evanchia
c1e3e0fe5e
Moving hydra util files into a package
2021-04-19 16:31:05 -07:00
jackalbe
5c3e5aa7db
removing all to_lower()
2021-04-19 11:26:15 -05:00
jackalbe
387dd1e43a
normalizing Linux path
2021-04-19 11:09:55 -05:00
jackalbe
ce6d9e51ee
Merge branch 'main' into sceneapi_script_regression
2021-04-19 09:32:29 -05:00
jackalbe
3d91b19c19
printing wrong asset ID in message
...
cleaned up comment
2021-04-16 15:41:03 -05:00
jckand
3e9c086872
LYN-2764: Replacing image asset for ImageGradient automated test
2021-04-16 14:40:44 -05:00
jackalbe
085aa78ec9
Merge branch 'main' into sceneapi_script_regression
2021-04-16 14:29:47 -05:00
jackalbe
3299730899
re-adding EPB tests
2021-04-16 14:23:01 -05:00
jackalbe
f0cf27b8d3
adding the testing files for testing for python asset building and scripting
...
the scene_api gets a small update for mesh_group_add_advanced_coordinate_system(self,
2021-04-16 13:58:57 -05:00