toil.test.src.dockerCheckTest

Module Contents

Classes

DockerCheckTest

Tests checking whether a docker image exists or not.

class toil.test.src.dockerCheckTest.DockerCheckTest(methodName='runTest')[source]

Bases: toil.test.ToilTest

Tests checking whether a docker image exists or not.

testOfficialUbuntuRepo()[source]

Image exists. This should pass.

testBroadDockerRepo()[source]

Image exists. This should pass.

testBroadDockerRepoBadTag()[source]

Bad tag. This should raise.

testNonexistentRepo()[source]

Bad image. This should raise.

testToilQuayRepo()[source]

Image exists. Should pass.

testBadQuayRepoNTag()[source]

Bad repo and tag. This should raise.

testBadQuayRepo()[source]

Bad repo. This should raise.

testBadQuayTag()[source]

Bad tag. This should raise.

testGoogleRepo()[source]

Image exists. Should pass.

testBadGoogleRepo()[source]

Bad repo and tag. This should raise.

testApplianceParser()[source]

Test that a specified appliance is parsed correctly.