Belle II Software  release-08-01-10
TestClusterControlDrmaa Class Reference
Inheritance diagram for TestClusterControlDrmaa:
Collaboration diagram for TestClusterControlDrmaa:

Classes

class  SessionMock
 

Public Member Functions

def test_no_drmaa (self)
 
def test_submit_and_monitor_job (self)
 

Detailed Description

Test for for the DRMAA-backend of the clustercontrol

Definition at line 21 of file test_clustercontroldrmaa.py.

Member Function Documentation

◆ test_no_drmaa()

def test_no_drmaa (   self)
Overwrite drmaa module and see what happens ...

Definition at line 69 of file test_clustercontroldrmaa.py.

69  def test_no_drmaa(self):
70  """
71  Overwrite drmaa module and see what happens ...
72  """
73  sys.modules["drmaa"] = None
74  self.assertFalse(Cluster.is_supported())
75 

◆ test_submit_and_monitor_job()

def test_submit_and_monitor_job (   self)
Test to submit and monitor a regular job

Definition at line 76 of file test_clustercontroldrmaa.py.


The documentation for this class was generated from the following file: