Closed prjemian closed 1 year ago
Looking at st.cmd.Linux
in the container, the general purpose PV support is not loaded:
################################################################################
# Tell EPICS all about the record types, device-support modules, drivers,
# etc. in the software we just loaded (gp.munch)
dbLoadDatabase("../../dbd/iocgpLinux.dbd")
iocgpLinux_registerRecordDeviceDriver(pdbbase)
< settings.iocsh
< common.iocsh
< std.iocsh
< optics.iocsh
< motors.iocsh
#- devIocStats
dbLoadRecords("$(DEVIOCSTATS)/db/iocAdminSoft.db","IOC=$(PREFIX)")
#- PV aliases change :: into :
dbLoadRecords("$(TOP)/gpApp/Db/iocAdminSoft_aliases.db","P=$(PREFIX)")
Expecting that block of loads to look like:
< settings.iocsh
< common.iocsh
< general_purpose.iocsh
< std.iocsh
< optics.iocsh
< motors.iocsh
new prjemian/synapps image (2.0.1) pushed to docker, re-run the unit tests in CI
Pulled the image on separate, local workstation and confirmed the PV is not available:
Originally posted by @prjemian in https://github.com/BCDA-APS/apstools/issues/841#issuecomment-1500656591