Added init CST.

This commit is contained in:
soup-bowl
2025-01-14 22:32:35 +00:00
parent 41c282ab6a
commit ee7e572b43
+19
View File
@@ -0,0 +1,19 @@
schemaVersion: '2.0.0'
fileExistenceTests:
- name: 'Defaults are available'
path: '/opt/opensim/bin/defaults'
shouldExist: true
- name: 'OpenSimulator is installed'
path: '/opt/opensim/bin'
shouldExist: true
- name: 'Entrypoint available'
path: '/usr/local/bin/docker-entrypoint.sh'
shouldExist: true
isExecutableBy: 'owner'
# commandTests:
# - name: "Run OpenSimulator"
# setup: [["docker-entrypoint.sh"]]
# command: "timeout"
# args: ["-s", "SIGINT", "10s", "dotnet", "OpenSim.dll"]
containerRunOptions:
allocateTty: true