Skip to content

Commit

Permalink
Added init CST.
Browse files Browse the repository at this point in the history
  • Loading branch information
soup-bowl committed Jan 14, 2025
1 parent 41c282a commit ee7e572
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions unit-test.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ee7e572

Please sign in to comment.