Home
last modified time | relevance | path

Searched refs:AWSMockServiceTestCase (Results 1 – 25 of 60) sorted by relevance

123

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/iam/
Dtest_connection.py27 from tests.unit import AWSMockServiceTestCase
30 class TestCreateSamlProvider(AWSMockServiceTestCase):
60 class TestListSamlProviders(AWSMockServiceTestCase):
102 class TestGetSamlProvider(AWSMockServiceTestCase):
131 class TestUpdateSamlProvider(AWSMockServiceTestCase):
159 class TestDeleteSamlProvider(AWSMockServiceTestCase):
177 class TestCreateRole(AWSMockServiceTestCase):
249 class TestGetSigninURL(AWSMockServiceTestCase):
294 class TestGetSigninURLNoAliases(AWSMockServiceTestCase):
317 class TestGenerateCredentialReport(AWSMockServiceTestCase):
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/vpc/
Dtest_vpngateway.py4 from tests.unit import AWSMockServiceTestCase
9 class TestDescribeVpnGateways(AWSMockServiceTestCase):
56 class TestCreateVpnGateway(AWSMockServiceTestCase):
89 class TestDeleteVpnGateway(AWSMockServiceTestCase):
113 class TestAttachVpnGateway(AWSMockServiceTestCase):
143 class TestDetachVpnGateway(AWSMockServiceTestCase):
168 class TestDisableVgwRoutePropagation(AWSMockServiceTestCase):
194 class TestEnableVgwRoutePropagation(AWSMockServiceTestCase):
Dtest_networkacl.py2 from tests.unit import AWSMockServiceTestCase
7 class TestDescribeNetworkAcls(AWSMockServiceTestCase):
140 class TestReplaceNetworkAclAssociation(AWSMockServiceTestCase):
272 class TestCreateNetworkAcl(AWSMockServiceTestCase):
318 class DeleteCreateNetworkAcl(AWSMockServiceTestCase):
342 class TestCreateNetworkAclEntry(AWSMockServiceTestCase):
395 class TestReplaceNetworkAclEntry(AWSMockServiceTestCase):
447 class TestDeleteNetworkAclEntry(AWSMockServiceTestCase):
474 class TestGetNetworkAclAssociations(AWSMockServiceTestCase):
Dtest_internetgateway.py2 from tests.unit import AWSMockServiceTestCase
7 class TestDescribeInternetGateway(AWSMockServiceTestCase):
48 class TestCreateInternetGateway(AWSMockServiceTestCase):
76 class TestDeleteInternetGateway(AWSMockServiceTestCase):
100 class TestAttachInternetGateway(AWSMockServiceTestCase):
126 class TestDetachInternetGateway(AWSMockServiceTestCase):
Dtest_vpnconnection.py3 from tests.unit import AWSMockServiceTestCase
93 class TestDescribeVPNConnections(AWSMockServiceTestCase):
135 class TestCreateVPNConnection(AWSMockServiceTestCase):
178 class TestDeleteVPNConnection(AWSMockServiceTestCase):
202 class TestCreateVPNConnectionRoute(AWSMockServiceTestCase):
228 class TestDeleteVPNConnectionRoute(AWSMockServiceTestCase):
Dtest_routetable.py2 from tests.unit import AWSMockServiceTestCase
7 class TestDescribeRouteTables(AWSMockServiceTestCase):
123 class TestAssociateRouteTable(AWSMockServiceTestCase):
149 class TestDisassociateRouteTable(AWSMockServiceTestCase):
173 class TestCreateRouteTable(AWSMockServiceTestCase):
214 class TestDeleteRouteTable(AWSMockServiceTestCase):
238 class TestReplaceRouteTableAssociation(AWSMockServiceTestCase):
277 class TestCreateRoute(AWSMockServiceTestCase):
346 class TestReplaceRoute(AWSMockServiceTestCase):
415 class TestDeleteRoute(AWSMockServiceTestCase):
Dtest_dhcpoptions.py2 from tests.unit import AWSMockServiceTestCase
7 class TestDescribeDhcpOptions(AWSMockServiceTestCase):
69 class TestCreateDhcpOptions(AWSMockServiceTestCase):
165 class TestDeleteDhcpOptions(AWSMockServiceTestCase):
189 class TestAssociateDhcpOptions(AWSMockServiceTestCase):
Dtest_customergateway.py3 from tests.unit import AWSMockServiceTestCase
8 class TestDescribeCustomerGateways(AWSMockServiceTestCase):
51 class TestCreateCustomerGateway(AWSMockServiceTestCase):
90 class TestDeleteCustomerGateway(AWSMockServiceTestCase):
Dtest_vpc.py3 from tests.unit import AWSMockServiceTestCase
25 class TestDescribeVPCs(AWSMockServiceTestCase):
43 class TestCreateVpc(AWSMockServiceTestCase):
80 class TestDeleteVpc(AWSMockServiceTestCase):
104 class TestModifyVpcAttribute(AWSMockServiceTestCase):
143 class TestGetAllClassicLinkVpc(AWSMockServiceTestCase):
198 class TestVpcClassicLink(AWSMockServiceTestCase):
Dtest_subnet.py3 from tests.unit import AWSMockServiceTestCase
8 class TestDescribeSubnets(AWSMockServiceTestCase):
67 class TestCreateSubnet(AWSMockServiceTestCase):
108 class TestDeleteSubnet(AWSMockServiceTestCase):
Dtest_vpc_peering_connection.py23 from tests.unit import AWSMockServiceTestCase
28 class TestDescribeVpcPeeringConnections(AWSMockServiceTestCase):
105 class TestCreateVpcPeeringConnection(AWSMockServiceTestCase):
147 class TestDeleteVpcPeeringConnection(AWSMockServiceTestCase):
214 class TestRejectVpcPeeringConnection(AWSMockServiceTestCase):
230 class TestAcceptVpcPeeringConnection(AWSMockServiceTestCase):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/autoscale/
Dtest_group.py28 from tests.unit import AWSMockServiceTestCase
40 class TestAutoScaleGroup(AWSMockServiceTestCase):
111 class TestAutoScaleGroupHonorCooldown(AWSMockServiceTestCase):
134 class TestScheduledGroup(AWSMockServiceTestCase):
172 class TestParseAutoScaleGroupResponse(AWSMockServiceTestCase):
241 class TestDescribeTerminationPolicies(AWSMockServiceTestCase):
271 class TestLaunchConfigurationDescribe(AWSMockServiceTestCase):
347 class TestLaunchConfiguration(AWSMockServiceTestCase):
406 class TestCreateAutoScalePolicy(AWSMockServiceTestCase):
481 class TestPutNotificationConfiguration(AWSMockServiceTestCase):
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/rds/
Dtest_snapshot.py2 from tests.unit import AWSMockServiceTestCase
9 class TestDescribeDBSnapshots(AWSMockServiceTestCase):
102 class TestCreateDBSnapshot(AWSMockServiceTestCase):
144 class TestCopyDBSnapshot(AWSMockServiceTestCase):
185 class TestDeleteDBSnapshot(AWSMockServiceTestCase):
226 class TestRestoreDBInstanceFromDBSnapshot(AWSMockServiceTestCase):
Dtest_connection.py25 from tests.unit import AWSMockServiceTestCase
35 class TestRDSConnection(AWSMockServiceTestCase):
187 class TestRDSCCreateDBInstance(AWSMockServiceTestCase):
349 class TestRDSConnectionRestoreDBInstanceFromPointInTime(AWSMockServiceTestCase):
507 class TestRDSOptionGroups(AWSMockServiceTestCase):
555 class TestRDSLogFile(AWSMockServiceTestCase):
640 class TestRDSLogFileDownload(AWSMockServiceTestCase):
737 class TestRDSOptionGroupOptions(AWSMockServiceTestCase):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/route53/
Dtest_connection.py34 from tests.unit import AWSMockServiceTestCase
40 class TestRoute53Connection(AWSMockServiceTestCase):
116 class TestCreateZoneRoute53(AWSMockServiceTestCase):
178 class TestCreatePrivateZoneRoute53(AWSMockServiceTestCase):
234 class TestGetZoneRoute53(AWSMockServiceTestCase):
292 class TestGetHostedZoneRoute53(AWSMockServiceTestCase):
336 class TestGetAllRRSetsRoute53(AWSMockServiceTestCase):
477 class TestTruncatedGetAllRRSetsRoute53(AWSMockServiceTestCase):
574 class TestCreateHealthCheckRoute53IpAddress(AWSMockServiceTestCase):
618 class TestGetCheckerIpRanges(AWSMockServiceTestCase):
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/emr/
Dtest_connection.py26 from tests.unit import AWSMockServiceTestCase
42 class TestListClusters(AWSMockServiceTestCase):
161 class TestListInstanceGroups(AWSMockServiceTestCase):
249 class TestListInstances(AWSMockServiceTestCase):
379 class TestListSteps(AWSMockServiceTestCase):
510 class TestListBootstrapActions(AWSMockServiceTestCase):
531 class TestDescribeCluster(AWSMockServiceTestCase):
612 class TestDescribeStep(AWSMockServiceTestCase):
641 class TestAddJobFlowSteps(AWSMockServiceTestCase):
668 class TestBuildTagList(AWSMockServiceTestCase):
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/beanstalk/
Dtest_layer1.py5 from tests.unit import AWSMockServiceTestCase
14 class TestListAvailableSolutionStacks(AWSMockServiceTestCase):
51 class TestCreateApplicationVersion(AWSMockServiceTestCase):
89 class TestCreateEnvironment(AWSMockServiceTestCase):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/sts/
Dtest_connection.py26 from tests.unit import AWSMockServiceTestCase
29 class TestSecurityToken(AWSMockServiceTestCase):
41 class TestSTSConnection(AWSMockServiceTestCase):
104 class TestSTSWebIdentityConnection(AWSMockServiceTestCase):
188 class TestSTSSAMLConnection(AWSMockServiceTestCase):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudsearch2/
Dtest_connection.py3 from tests.unit import AWSMockServiceTestCase
9 class TestCloudSearchCreateDomain(AWSMockServiceTestCase):
123 class CloudSearchConnectionDeletionTest(AWSMockServiceTestCase):
173 class CloudSearchConnectionIndexDocumentTest(AWSMockServiceTestCase):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudsearch/
Dtest_connection.py3 from tests.unit import AWSMockServiceTestCase
8 class TestCloudSearchCreateDomain(AWSMockServiceTestCase):
112 class CloudSearchConnectionDeletionTest(AWSMockServiceTestCase):
160 class CloudSearchConnectionIndexDocumentTest(AWSMockServiceTestCase):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ses/
Dtest_identity.py24 from tests.unit import AWSMockServiceTestCase
30 class TestSESIdentity(AWSMockServiceTestCase):
102 class TestSESSetIdentityNotificationTopic(AWSMockServiceTestCase):
148 class TestSESSetIdentityFeedbackForwardingEnabled(AWSMockServiceTestCase):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/sqs/
Dtest_connection.py25 from tests.unit import AWSMockServiceTestCase, MockServiceWithConfigTestCase
37 class SQSAuthParams(AWSMockServiceTestCase):
145 class SQSMessageAttributesParsing(AWSMockServiceTestCase):
200 class SQSSendMessageAttributes(AWSMockServiceTestCase):
256 class SQSSendBatchMessageAttributes(AWSMockServiceTestCase):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudtrail/
Dtest_layer1.py6 from tests.unit import AWSMockServiceTestCase
9 class TestDescribeTrails(AWSMockServiceTestCase):
53 class TestCreateTrail(AWSMockServiceTestCase):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
Dtest_spotinstance.py1 from tests.unit import AWSMockServiceTestCase
6 class TestCancelSpotInstanceRequests(AWSMockServiceTestCase):
45 class TestGetSpotPriceHistory(AWSMockServiceTestCase):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/
Dtest_connection.py25 from tests.unit import AWSMockServiceTestCase
32 class TestSignatureAlteration(AWSMockServiceTestCase):
159 class TestUnicodeCallingFormat(AWSMockServiceTestCase):
191 class TestHeadBucket(AWSMockServiceTestCase):

123