Belle II Software  release-05-02-19
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 14 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 61 of file test_clustercontroldrmaa.py.

61  def test_no_drmaa(self):
62  """
63  Overwrite drmaa module and see what happens ...
64  """
65  sys.modules['drmaa'] = None
66  self.assertFalse(Cluster.is_supported())
67 

◆ test_submit_and_monitor_job()

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

Definition at line 68 of file test_clustercontroldrmaa.py.


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