Skip to content

Commit bc68ba0

Browse files
chore(deps): Update system test dependency (#1149)
1 parent 16d13f5 commit bc68ba0

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/_system_test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
repository: epics-containers/example-services
2626
path: example-services
27-
ref: '2025.8.1'
27+
ref: '2025.8.2'
2828

2929
- name: Compose devices
3030
uses: hoverkraft-tech/compose-action@40041ff1b97dbf152cd2361138c2b03fa29139df # v2.3.0
@@ -45,9 +45,8 @@ jobs:
4545
4646
- name: Start Blueapi Server
4747
env:
48-
EPICS_CA_NAME_SERVERS: 127.0.0.1:5094
49-
EPICS_PVA_NAME_SERVERS: 127.0.0.1:5095
50-
EPICS_CA_ADDR_LIST: 127.0.0.1:5094
48+
EPICS_CA_NAME_SERVERS: 127.0.0.1:9064
49+
EPICS_PVA_NAME_SERVERS: 127.0.0.1:9075
5150
run: blueapi -c ${{ github.workspace }}/tests/system_tests/config.yaml serve &
5251

5352
- name: Run tests

tests/system_tests/test_blueapi_system.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
# $ docker compose up --detach
7272
#
7373
# Start blueapi server configured to talk via the ca-gateway
74-
# $ EPICS_CA_NAME_SERVERS=127.0.0.1:5094 EPICS_PVA_NAME_SERVERS=127.0.0.1:5095 \
75-
# EPICS_CA_ADDR_LIST=127.0.0.1:5094 blueapi -c config.yaml serve
74+
# $ EPICS_CA_NAME_SERVERS=127.0.0.1:9064 EPICS_PVA_NAME_SERVERS=127.0.0.1:9075 \
75+
# blueapi -c config.yaml serve
7676
#
7777
# Run the system tests using tox:
7878
# $ tox -e system-test

0 commit comments

Comments
 (0)