toil.test.src.dockerCheckTest¶
Classes¶
Tests checking whether a docker image exists or not. |
Module Contents¶
- class toil.test.src.dockerCheckTest.DockerCheckTest(methodName='runTest')¶
Bases:
toil.test.ToilTest
Tests checking whether a docker image exists or not.
- testOfficialUbuntuRepo()¶
Image exists. This should pass.
- testBroadDockerRepo()¶
Image exists. This should pass.
- testBroadDockerRepoBadTag()¶
Bad tag. This should raise.
- testNonexistentRepo()¶
Bad image. This should raise.
- testToilQuayRepo()¶
Image exists. Should pass.
- testBadQuayRepoNTag()¶
Bad repo and tag. This should raise.
- testBadQuayRepo()¶
Bad repo. This should raise.
- testBadQuayTag()¶
Bad tag. This should raise.
- testGoogleRepo()¶
Image exists. Should pass.
- testBadGoogleRepo()¶
Bad repo and tag. This should raise.
- testApplianceParser()¶
Test that a specified appliance is parsed correctly.