Skip to content

Commit

Permalink
tests working (but showing "generic" entities)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Dec 15, 2024
1 parent 0db9948 commit a94e937
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 340 deletions.
43 changes: 22 additions & 21 deletions tests/samples/sr03c-va-ioc-01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ ioc_name: "{{ _global.get_env('IOC_NAME') }}"
description: auto-generated by https://github.com/epics-containers/builder2ibek

entities:

- type: epics.EpicsEnvSet
name: EPICS_TS_MIN_WEST
value: "0"
value: '0'

- type: devIocStats.iocAdminSoft
IOC: "{{ ioc_name | upper }}"
IOC: '{{ ioc_name | upper }}'

- type: epics.EpicsEnvSet
name: EPICS_CA_AUTO_ADDR_LIST
Expand Down Expand Up @@ -280,55 +281,55 @@ entities:
device: SR03S-VA-MPC-01
name: MPC_S_01
port: MPC_S_01_PORT
unit: "01"
unit: '01'

- type: digitelMpc.digitelMpc
device: SR03A-VA-MPC-01
name: MPC_A_01
port: MPC_A_01_PORT
unit: "01"
unit: '01'

- type: digitelMpc.digitelMpc
device: SR03A-VA-MPC-02
name: MPC_A_02
port: MPC_A_02_PORT
unit: "01"
unit: '01'

- type: digitelMpc.digitelMpc
device: SR03A-VA-MPC-03
name: MPC_A_03
port: MPC_A_03_PORT
unit: "01"
unit: '01'

- type: digitelMpc.digitelMpc
device: SR03A-VA-MPC-04
name: MPC_A_04
port: MPC_A_04_PORT
unit: "01"
unit: '01'

- type: digitelMpc.digitelMpc
device: SR03A-VA-MPC-05
name: MPC_A_05
port: MPC_A_05_PORT
unit: "01"
unit: '01'

- type: digitelMpc.digitelMpc
device: SR03A-VA-MPC-06
name: MPC_A_06
port: MPC_A_06_PORT
unit: "01"
unit: '01'

- type: digitelMpc.digitelMpc
device: SR03A-VA-MPC-07
name: MPC_A_07
port: MPC_A_07_PORT
unit: "01"
unit: '01'

- type: digitelMpc.digitelMpc
device: SR03A-VA-MPC-08
name: MPC_A_08
port: MPC_A_08_PORT
unit: "01"
unit: '01'

- type: digitelMpc.digitelMpcIonp
MPC: MPC_S_01
Expand Down Expand Up @@ -1011,49 +1012,49 @@ entities:
name: FV.MASTER

- type: dlsPLC.fastVacuumChannel
id: "01"
id: '01'
img: SR03S-VA-IMG-01
master: FV.MASTER
name: FV.G1

- type: dlsPLC.fastVacuumChannel
id: "02"
id: '02'
img: SR03S-VA-IMG-02
master: FV.MASTER
name: FV.G2

- type: dlsPLC.fastVacuumChannel
id: "03"
id: '03'
img: SR03A-VA-IMG-01
master: FV.MASTER
name: FV.G3

- type: dlsPLC.fastVacuumChannel
id: "04"
id: '04'
img: SR03A-VA-IMG-02
master: FV.MASTER
name: FV.G4

- type: dlsPLC.fastVacuumChannel
id: "05"
id: '05'
img: SR03A-VA-IMG-03
master: FV.MASTER
name: FV.G5

- type: dlsPLC.fastVacuumChannel
id: "06"
id: '06'
img: SR03A-VA-IMG-04
master: FV.MASTER
name: FV.G6

- type: dlsPLC.fastVacuumChannel
id: "07"
id: '07'
img: SR03I-VA-IMG-02
master: FV.MASTER
name: FV.G7

- type: dlsPLC.fastVacuumChannel
id: "08"
id: '08'
img: SR03I-VA-IMG-03
master: FV.MASTER
name: FV.G8
Expand All @@ -1062,12 +1063,12 @@ entities:
HOST: 192.168.3.11
NCHANS: 16
P: SR03C-VA-TSERV-01
R: ""
R: ''
name: TSERV1

- type: generic.Moxa
HOST: 192.168.3.12
NCHANS: 16
P: SR03C-VA-TSERV-02
R: ""
R: ''
name: TSERV2
Loading

0 comments on commit a94e937

Please sign in to comment.