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: 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