diff --git a/tests/integration/test_ls372_agent_integration.py b/tests/integration/test_ls372_agent_integration.py index 5fda1df15..7e5ace2fa 100644 --- a/tests/integration/test_ls372_agent_integration.py +++ b/tests/integration/test_ls372_agent_integration.py @@ -257,6 +257,14 @@ def test_ls372_get_input_setup(wait_for_crossbar, emulator, run_agent, client): assert resp.session['op_code'] == OpCode.SUCCEEDED.value +@pytest.mark.integtest +def test_ls372_get_sample_output(wait_for_crossbar, emulator, run_agent, client): + client.init_lakeshore() + resp = client.get_sample_output() + assert resp.status == ocs.OK + assert resp.session['op_code'] == OpCode.SUCCEEDED.value + + @pytest.mark.integtest def test_ls372_sample_custom_pid(wait_for_crossbar, emulator, run_agent, client): client.init_lakeshore()