toil.test.provisioners.gceProvisionerTest¶
Attributes¶
Classes¶
A common base class for Toil tests. |
|
A common base class for Toil tests. |
|
Runs the tests on a statically provisioned cluster with autoscaling enabled. |
|
A common base class for Toil tests. |
|
This test insures autoscaling works on a restarted Toil run |
Module Contents¶
- class toil.test.provisioners.gceProvisionerTest.AbstractGCEAutoscaleTest(methodName)[source]¶
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.
- projectID¶
- keyName¶
- botoDir¶
- googleZone = 'us-west1-a'¶
- leaderInstanceType = 'n1-standard-1'¶
- instanceTypes = ['n1-standard-2']¶
- numWorkers = ['2']¶
- numSamples = 2¶
- spotBid = 0.15¶
- class toil.test.provisioners.gceProvisionerTest.GCEAutoscaleTest(name)[source]¶
Bases:
AbstractGCEAutoscaleTest
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.
- clusterName = 'provisioner-test-'¶
- requestedLeaderStorage = 80¶
- class toil.test.provisioners.gceProvisionerTest.GCEStaticAutoscaleTest(name)[source]¶
Bases:
GCEAutoscaleTest
Runs the tests on a statically provisioned cluster with autoscaling enabled.
- requestedNodeStorage = 20¶
- class toil.test.provisioners.gceProvisionerTest.GCEAutoscaleTestMultipleNodeTypes(name)[source]¶
Bases:
AbstractGCEAutoscaleTest
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.
- clusterName = 'provisioner-test-'¶
- class toil.test.provisioners.gceProvisionerTest.GCERestartTest(name)[source]¶
Bases:
AbstractGCEAutoscaleTest
This test insures autoscaling works on a restarted Toil run
- clusterName = 'restart-test-'¶