TestSuite_Main_Null_Render_Component_03.py 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. """
  2. Copyright (c) Contributors to the Open 3D Engine Project.
  3. For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. SPDX-License-Identifier: Apache-2.0 OR MIT
  5. """
  6. import pytest
  7. import ly_test_tools
  8. from ly_test_tools.o3de.editor_test import EditorBatchedTest, EditorTestSuite
  9. @pytest.mark.parametrize("project", ["AutomatedTesting"])
  10. @pytest.mark.parametrize("launcher_platform", ['windows_editor'])
  11. class TestAutomation(EditorTestSuite):
  12. @pytest.mark.test_case_id("C32078125")
  13. class AtomEditorComponents_PhysicalSkyAdded(EditorBatchedTest):
  14. from Atom.tests import hydra_AtomEditorComponents_PhysicalSkyAdded as test_module
  15. @pytest.mark.test_case_id("C36525664")
  16. class AtomEditorComponents_PostFXGradientWeightModifierAdded(EditorBatchedTest):
  17. from Atom.tests import hydra_AtomEditorComponents_PostFXGradientWeightModifierAdded as test_module
  18. @pytest.mark.test_case_id("C32078127")
  19. class AtomEditorComponents_PostFXLayerAdded(EditorBatchedTest):
  20. from Atom.tests import hydra_AtomEditorComponents_PostFXLayerAdded as test_module
  21. @pytest.mark.test_case_id("C32078131")
  22. class AtomEditorComponents_PostFXRadiusWeightModifierAdded(EditorBatchedTest):
  23. from Atom.tests import (
  24. hydra_AtomEditorComponents_PostFXRadiusWeightModifierAdded as test_module)
  25. @pytest.mark.test_case_id("C36525665")
  26. class AtomEditorComponents_PostFXShapeWeightModifierAdded(EditorBatchedTest):
  27. from Atom.tests import hydra_AtomEditorComponents_PostFxShapeWeightModifierAdded as test_module
  28. @pytest.mark.skipif(ly_test_tools.LINUX, reason="https://github.com/o3de/o3de/issues/14008")
  29. @pytest.mark.test_case_id("C32078128")
  30. class AtomEditorComponents_ReflectionProbeAdded(EditorBatchedTest):
  31. from Atom.tests import hydra_AtomEditorComponents_ReflectionProbeAdded as test_module
  32. class AtomEditorComponents_SkyAtmosphereAdded(EditorBatchedTest):
  33. from Atom.tests import hydra_AtomEditorComponents_SkyAtmosphereAdded as test_module
  34. @pytest.mark.test_case_id("C36525666")
  35. class AtomEditorComponents_SSAOAdded(EditorBatchedTest):
  36. from Atom.tests import hydra_AtomEditorComponents_SSAOAdded as test_module
  37. class AtomEditorComponents_StarsAdded(EditorBatchedTest):
  38. from Atom.tests import hydra_AtomEditorComponents_StarsAdded as test_module
  39. @pytest.mark.test_case_id("C36529666")
  40. class AtomEditorComponentsLevel_DiffuseGlobalIlluminationAdded(EditorBatchedTest):
  41. from Atom.tests import hydra_AtomEditorComponentsLevel_DiffuseGlobalIlluminationAdded as test_module
  42. @pytest.mark.test_case_id("C36525660")
  43. class AtomEditorComponentsLevel_DisplayMapperAdded(EditorBatchedTest):
  44. from Atom.tests import hydra_AtomEditorComponentsLevel_DisplayMapperAdded as test_module