Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Dec 17, 2024
1 parent 1218834 commit 80beaab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ for x in *.xml; do
echo converting $x to $y
builder2ibek xml2yaml $x --yaml $y
done

builder2ibek db-compare ./SR03C-VA-IOC-01_expanded.db ./sr03c-va-ioc-01.db --output ./compare.diff
7 changes: 5 additions & 2 deletions tests/samples/sr03c-va-ioc-01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ entities:
name: EPICS_CAS_BEACON_ADDR_LIST
value: 172.23.194.105

- type: autosave.Autosave
P: 'SR03C-VA-IOC-01:'

- type: asyn.AsynIP
name: GCTLR_A_01_PORT
port: 192.168.3.11:7002
Expand Down Expand Up @@ -1059,14 +1062,14 @@ entities:
master: FV.MASTER
name: FV.G8

- type: terminalServer.Moxa
- type: terminalServer.Moxa16
HOST: 192.168.3.11
NCHANS: 16
P: SR03C-VA-TSERV-01
R: ''
name: TSERV1

- type: terminalServer.Moxa
- type: terminalServer.Moxa16
HOST: 192.168.3.12
NCHANS: 16
P: SR03C-VA-TSERV-02
Expand Down

0 comments on commit 80beaab

Please sign in to comment.