Commit f993d86f authored by Lu Xu's avatar Lu Xu 👀

software/theia: add test for request script

parent 41a49a21
......@@ -168,6 +168,15 @@ class TestTheia(SlapOSInstanceTestCase):
])
self.assertTrue(os.path.exists(test_file))
def test_theia_request_script(self):
script_path = os.path.join(
self.computer_partition_root_path,
'srv',
'project',
'request-script.sh',
)
self.assertTrue(os.path.exists(script_path))
class TestTheiaEmbeddedSlapOSShutdown(SlapOSInstanceTestCase):
__partition_reference__ = 'T' # for sockets in included slapos
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment