Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/_system_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions tests/system_tests/test_blueapi_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
ZohebShaikh marked this conversation as resolved.
# $ 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
Expand Down