"Fixing review comments"

This commit is contained in:
darapan
2021-06-24 23:02:11 -07:00
parent d3516053f3
commit aaf3edb467
@@ -30,7 +30,7 @@ from ly_remote_console.remote_console_commands import (
@pytest.mark.parametrize("project", ["AutomatedTesting"])
@pytest.mark.parametrize("level", ["Simple"])
@pytest.mark.SUITE_smoke
class TestGameLauncherEnterExitGameModeWorks(object):
class TestRemoteConsoleLoadLevelWorks(object):
@pytest.fixture
def remote_console_instance(self, request):
console = RemoteConsole()
@@ -43,7 +43,7 @@ class TestGameLauncherEnterExitGameModeWorks(object):
return console
def test_CLITool_PythonBindingsExample_Works(self, launcher, level, remote_console_instance, launcher_platform):
def test_RemoteConsole_LoadLevel_Works(self, launcher, level, remote_console_instance, launcher_platform):
expected_lines = ['Level system is loading "Simple"']
self.launch_and_validate_results_launcher(launcher, level, remote_console_instance, expected_lines)
@@ -54,7 +54,7 @@ class TestGameLauncherEnterExitGameModeWorks(object):
level,
remote_console_instance,
expected_lines,
null_renderer=True,
null_renderer=False,
port_listener_timeout=120,
log_monitor_timeout=300,
remote_console_port=4600,