|
|
|
|
@ -41,7 +41,8 @@ class TestDynamicSliceInstanceSpawner(object):
|
|
|
|
|
return console
|
|
|
|
|
|
|
|
|
|
@pytest.mark.test_case_id("C28851763")
|
|
|
|
|
@pytest.mark.SUITE_sandbox
|
|
|
|
|
@pytest.mark.SUITE_periodic
|
|
|
|
|
@pytest.mark.dynveg_area
|
|
|
|
|
@pytest.mark.parametrize("launcher_platform", ['windows_editor'])
|
|
|
|
|
def test_DynamicSliceInstanceSpawner_DynamicSliceSpawnerWorks(self, request, editor, level, workspace, project,
|
|
|
|
|
launcher_platform):
|
|
|
|
|
@ -66,6 +67,7 @@ class TestDynamicSliceInstanceSpawner(object):
|
|
|
|
|
@pytest.mark.test_case_id('C2574330')
|
|
|
|
|
@pytest.mark.BAT
|
|
|
|
|
@pytest.mark.SUITE_periodic
|
|
|
|
|
@pytest.mark.dynveg_area
|
|
|
|
|
@pytest.mark.parametrize("launcher_platform", ['windows_editor'])
|
|
|
|
|
def test_DynamicSliceInstanceSpawner_Embedded_E2E_Editor(self, workspace, request, editor, level, project,
|
|
|
|
|
launcher_platform):
|
|
|
|
|
@ -85,6 +87,7 @@ class TestDynamicSliceInstanceSpawner(object):
|
|
|
|
|
@pytest.mark.test_case_id('C2574330')
|
|
|
|
|
@pytest.mark.BAT
|
|
|
|
|
@pytest.mark.SUITE_periodic
|
|
|
|
|
@pytest.mark.dynveg_area
|
|
|
|
|
@pytest.mark.parametrize("launcher_platform", ['windows'])
|
|
|
|
|
@pytest.mark.skip # ATOM-14703
|
|
|
|
|
def test_DynamicSliceInstanceSpawner_Embedded_E2E_Launcher(self, workspace, launcher, level,
|
|
|
|
|
@ -101,6 +104,7 @@ class TestDynamicSliceInstanceSpawner(object):
|
|
|
|
|
|
|
|
|
|
@pytest.mark.test_case_id('C4762367')
|
|
|
|
|
@pytest.mark.SUITE_periodic
|
|
|
|
|
@pytest.mark.dynveg_area
|
|
|
|
|
@pytest.mark.parametrize("launcher_platform", ['windows_editor'])
|
|
|
|
|
def test_DynamicSliceInstanceSpawner_External_E2E_Editor(self, workspace, request, editor, level, project,
|
|
|
|
|
launcher_platform):
|
|
|
|
|
@ -119,6 +123,7 @@ class TestDynamicSliceInstanceSpawner(object):
|
|
|
|
|
|
|
|
|
|
@pytest.mark.test_case_id('C4762367')
|
|
|
|
|
@pytest.mark.SUITE_periodic
|
|
|
|
|
@pytest.mark.dynveg_area
|
|
|
|
|
@pytest.mark.parametrize("launcher_platform", ['windows'])
|
|
|
|
|
@pytest.mark.skip # ATOM-14703
|
|
|
|
|
def test_DynamicSliceInstanceSpawner_External_E2E_Launcher(self, workspace, launcher, level,
|
|
|
|
|
|