toil.test.lib.aws.test_iam

Module Contents

Classes

IAMTest

Check that given permissions and associated functions perform correctly

Attributes

logger

toil.test.lib.aws.test_iam.logger
class toil.test.lib.aws.test_iam.IAMTest(methodName='runTest')

Bases: toil.test.ToilTest

digraph inheritanceb9614f8816 { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "IAMTest" [URL="#toil.test.lib.aws.test_iam.IAMTest",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="Check that given permissions and associated functions perform correctly"]; "ToilTest" -> "IAMTest" [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)"]; }

Check that given permissions and associated functions perform correctly

test_permissions_iam()
test_negative_permissions_iam()
test_wildcard_handling()
test_get_policy_permissions()