From ee7e572b433ab8f799506e9bf7836321de4228c5 Mon Sep 17 00:00:00 2001 From: soup-bowl Date: Tue, 14 Jan 2025 22:32:35 +0000 Subject: [PATCH] Added init CST. --- unit-test.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 unit-test.yaml diff --git a/unit-test.yaml b/unit-test.yaml new file mode 100644 index 0000000..7862a2b --- /dev/null +++ b/unit-test.yaml @@ -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 \ No newline at end of file