toil.test.provisioners.clusterTest¶
Attributes¶
Classes¶
A common base class for Toil tests. |
|
Run the CWL 1.2 conformance tests on ARM specifically. |
Module Contents¶
- toil.test.provisioners.clusterTest.log¶
- class toil.test.provisioners.clusterTest.AbstractClusterTest(methodName)¶
Bases:
toil.test.ToilTest
A common base class for Toil tests.
Please have every test case directly or indirectly inherit this one.
When running tests you may optionally set the TOIL_TEST_TEMP environment variable to the path of a directory where you want temporary test files be placed. The directory will be created if it doesn’t exist. The path may be relative in which case it will be assumed to be relative to the project root. If TOIL_TEST_TEMP is not defined, temporary files and directories will be created in the system’s default location for such files and any temporary files or directories left over from tests will be removed automatically removed during tear down. Otherwise, left-over files will not be removed.
- Parameters:
methodName (str)
- keyName¶
- clusterName = 'aws-provisioner-test-Instance of uuid.UUID'¶
- leaderNodeType = 't2.medium'¶
- clusterType = 'mesos'¶
- zone¶
- region¶
- aws¶
- venvDir = '/tmp/venv'¶
- destroyCluster()¶
Destroy the cluster we built, if it exists.
Succeeds if the cluster does not currently exist.
- Return type:
None
- setUp()¶
Set up for the test. Must be overridden to call this method and set self.jobStore.
- Return type:
None
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- Return type:
None
- sshUtil(command)¶
Run the given command on the cluster. Raise subprocess.CalledProcessError if it fails.
- rsync_util(from_file, to_file)¶
Transfer a file to/from the cluster.
The cluster-side path should have a ‘:’ in front of it.
- launchCluster()¶
- Return type:
None
- class toil.test.provisioners.clusterTest.CWLOnARMTest(methodName)¶
Bases:
AbstractClusterTest
Run the CWL 1.2 conformance tests on ARM specifically.
- Parameters:
methodName (str)
- clusterName = 'cwl-test-Instance of uuid.UUID'¶
- leaderNodeType = 't4g.2xlarge'¶
- clusterType = 'kubernetes'¶
- cwl_test_dir = '/tmp/toil/cwlTests'¶
- setUp()¶
Set up for the test. Must be overridden to call this method and set self.jobStore.
- Return type:
None
- test_cwl_on_arm()¶
- Return type:
None