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

digraph inheritance59fd37949a { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "DockerCheckTest" [URL="#toil.test.src.dockerCheckTest.DockerCheckTest",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Tests checking whether a docker image exists or not."]; "ToilTest" -> "DockerCheckTest" [arrowsize=0.5,style="setlinewidth(0.5)"]; "TestCase" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",tooltip="A class whose instances are single test cases."]; "ToilTest" [URL="../../index.html#toil.test.ToilTest",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="A common base class for Toil tests."]; "TestCase" -> "ToilTest" [arrowsize=0.5,style="setlinewidth(0.5)"]; }

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.