From 53859af671fbddcbf64123b7826df5b52deb5707 Mon Sep 17 00:00:00 2001 From: Joseph Ware <53935796+DiamondJoseph@users.noreply.github.com> Date: Mon, 4 Aug 2025 10:29:11 +0100 Subject: [PATCH] chore(deps): Update system test dependency --- .github/workflows/_system_test.yml | 7 +++---- tests/system_tests/test_blueapi_system.py | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/_system_test.yml b/.github/workflows/_system_test.yml index 480f0033d3..81c5a8d23c 100644 --- a/.github/workflows/_system_test.yml +++ b/.github/workflows/_system_test.yml @@ -24,7 +24,7 @@ jobs: with: repository: epics-containers/example-services path: example-services - ref: '2025.8.1' + ref: '2025.8.2' - name: Compose devices uses: hoverkraft-tech/compose-action@40041ff1b97dbf152cd2361138c2b03fa29139df # v2.3.0 @@ -45,9 +45,8 @@ jobs: - name: Start Blueapi Server env: - EPICS_CA_NAME_SERVERS: 127.0.0.1:5094 - EPICS_PVA_NAME_SERVERS: 127.0.0.1:5095 - EPICS_CA_ADDR_LIST: 127.0.0.1:5094 + EPICS_CA_NAME_SERVERS: 127.0.0.1:9064 + EPICS_PVA_NAME_SERVERS: 127.0.0.1:9075 run: blueapi -c ${{ github.workspace }}/tests/system_tests/config.yaml serve & - name: Run tests diff --git a/tests/system_tests/test_blueapi_system.py b/tests/system_tests/test_blueapi_system.py index 7af51c483b..c92207c6fa 100644 --- a/tests/system_tests/test_blueapi_system.py +++ b/tests/system_tests/test_blueapi_system.py @@ -71,8 +71,8 @@ # $ docker compose up --detach # # Start blueapi server configured to talk via the ca-gateway -# $ EPICS_CA_NAME_SERVERS=127.0.0.1:5094 EPICS_PVA_NAME_SERVERS=127.0.0.1:5095 \ -# EPICS_CA_ADDR_LIST=127.0.0.1:5094 blueapi -c config.yaml serve +# $ EPICS_CA_NAME_SERVERS=127.0.0.1:9064 EPICS_PVA_NAME_SERVERS=127.0.0.1:9075 \ +# blueapi -c config.yaml serve # # Run the system tests using tox: # $ tox -e system-test