Skip to content

Commit

Permalink
add bl01t for future expansion of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jun 18, 2024
1 parent 4f251a2 commit 12eb0b5
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "tests/beamlines/bl45p"]
path = tests/ioc_repos/bl45p
url = https://github.com/epics-containers/bl45p.git
[submodule "tests/ioc_repos/bl01t"]
path = tests/ioc_repos/bl01t
url = https://github.com/epics-containers/bl01t.git
1 change: 1 addition & 0 deletions tests/ioc_repos/bl01t
Submodule bl01t added at daaf2d
15 changes: 15 additions & 0 deletions tests/outputs/bl01t-ea-test-01/ioc.subst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#############################################################################
# DB substitution file generated by http://github.com/epics-containers/ibek #
#############################################################################

file "$(IOCSTATS)/db/iocAdminSoft.db" {
pattern
{ "IOC" }
{ "" }
}

file "$(IOCSTATS)/db/iocAdminScanMon.db" {
pattern
{ "IOC" }
{ "" }
}
19 changes: 19 additions & 0 deletions tests/outputs/bl01t-ea-test-01/st.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# EPICS IOC Startup Script generated by https://github.com/epics-containers/ibek

cd "/epics/ioc"

epicsEnvSet EPICS_TZ GMT0BST

dbLoadDatabase dbd/ioc.dbd
ioc_registerRecordDeviceDriver pdbbase

dbLoadRecords("/epics/ioc/config/ioc.db")

dbLoadRecords /ioc.db
iocInit


dbpf "bl01t:IBEK:A" "2.54"
dbpf "bl01t:IBEK:B" "2.61"
dbgf bl01t:IBEK:SUM

0 comments on commit 12eb0b5

Please sign in to comment.