From f4028d3bed517dd68e05772c6b153976bddfdf9b Mon Sep 17 00:00:00 2001 From: Jay Fitzgerald <34140133+ni-jfitzger@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:37:47 -0500 Subject: [PATCH 1/2] Try using Session-based simulation for 5124, 5142 --- src/niscope/system_tests/test_system_niscope.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/niscope/system_tests/test_system_niscope.py b/src/niscope/system_tests/test_system_niscope.py index 60702465e6..158eb92a6b 100644 --- a/src/niscope/system_tests/test_system_niscope.py +++ b/src/niscope/system_tests/test_system_niscope.py @@ -90,13 +90,13 @@ def multi_instrument_session_5171(self, session_creation_kwargs): # High channe @pytest.fixture(scope='function') def session_5124(self, session_creation_kwargs): with daqmx_sim_5124_lock: - with niscope.Session('5124', False, False, '', **session_creation_kwargs) as simulated_session: # 5124 is needed for video triggering + with niscope.Session('5124', False, False, 'Simulate=1, DriverSetup=Model:5124; BoardType:PXI', **session_creation_kwargs) as simulated_session: # 5124 is needed for video triggering yield simulated_session @pytest.fixture(scope='function') def session_5142(self, session_creation_kwargs): with daqmx_sim_5142_lock: - with niscope.Session('5142', False, False, '', **session_creation_kwargs) as simulated_session: # 5142 is needed for OSP + with niscope.Session('5142', False, False, 'Simulate=1, DriverSetup=Model:5142; BoardType:PXI', **session_creation_kwargs) as simulated_session: # 5142 is needed for OSP yield simulated_session # Attribute tests From 6da100ac2b7fd9ea1043894339d4cdbf292911a7 Mon Sep 17 00:00:00 2001 From: Jay Fitzgerald <34140133+ni-jfitzger@users.noreply.github.com> Date: Tue, 30 Jun 2026 08:53:51 -0500 Subject: [PATCH 2/2] Update runs-on for Linux workflow --- .github/workflows/github_actions_aws_rhel_python64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_actions_aws_rhel_python64.yml b/.github/workflows/github_actions_aws_rhel_python64.yml index a5230a68ec..9c1170568d 100644 --- a/.github/workflows/github_actions_aws_rhel_python64.yml +++ b/.github/workflows/github_actions_aws_rhel_python64.yml @@ -26,7 +26,7 @@ jobs: - self-hosted - linux - x64 - - rdss-nimibot-rhel-83-py64 + - rdss-nimibot-rhel-96-py64 timeout-minutes: 40 strategy: matrix: