Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jlashner committed Dec 18, 2024
1 parent bce28e8 commit 44196c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/test_scpi_psu_agent_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from integration.util import docker_compose_file # noqa: F401
from integration.util import create_crossbar_fixture
from ocs.base import OpCode
import time
from ocs.testing import create_agent_runner_fixture, create_client_fixture

from socs.testing.device_emulator import create_device_emulator
Expand Down Expand Up @@ -45,6 +46,7 @@ def test_scpi_psu_init_psu(wait_for_crossbar, gpib_emu, run_agent, client):

@pytest.mark.integtest
def test_scpi_psu_init_psu_acq_mode(wait_for_crossbar, gpib_emu, run_agent_acq, client):
time.sleep(3)
resp = client.init.status()
check_resp_success(resp)

Expand Down

0 comments on commit 44196c0

Please sign in to comment.