qontract-reconcile 0.10.1rc453__py3-none-any.whl → 0.10.1rc455__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: qontract-reconcile
3
- Version: 0.10.1rc453
3
+ Version: 0.10.1rc455
4
4
  Summary: Collection of tools to reconcile services with their desired state as defined in the app-interface DB.
5
5
  Home-page: https://github.com/app-sre/qontract-reconcile
6
6
  Author: Red Hat App-SRE Team
@@ -427,7 +427,7 @@ reconcile/test/test_terraform_repo.py,sha256=e9mxguROC8xG-zXQojwW-agbfsuBXjYc1wy
427
427
  reconcile/test/test_terraform_resources.py,sha256=1ny_QSFuRjV9jxZY8EeT4NVJ5dMv7cLrEEIx_cBpjgk,9075
428
428
  reconcile/test/test_terraform_tgw_attachments.py,sha256=DLZ4OhqJanUvcLMXTzf3NLpZBPDr0qUre-Xx2pP-l2E,35287
429
429
  reconcile/test/test_terraform_users.py,sha256=Xn4y6EcxnNQb6XcPoOhz_Ikxmh9Nrsu88OM1scN9hzY,5434
430
- reconcile/test/test_terraform_vpc_peerings.py,sha256=4J6sAoYujhwyHfuvzFbXv122X_9LMODokazjTnI2AZo,19719
430
+ reconcile/test/test_terraform_vpc_peerings.py,sha256=YBab2Y9oJhnk2DO0hMueMYUew77md5OwyNqNYWrewB0,19639
431
431
  reconcile/test/test_terraform_vpc_peerings_build_desired_state.py,sha256=vAWmvFqlCe-usEYueYjFFNq2bsDdxILmLwIdGvA2VE4,37002
432
432
  reconcile/test/test_three_way_diff_strategy.py,sha256=2fjEqE2w4pIzKq18PRcADTSe01aGwsZfMGloU8xfNaE,3346
433
433
  reconcile/test/test_unleash.py,sha256=c1s_FRAZrAzzd3FbZrzHYjJzHELhoxPHBZnEzqsfMQg,6416
@@ -646,8 +646,8 @@ tools/test/test_app_interface_metrics_exporter.py,sha256=SX7qL3D1SIRKFo95FoQztvf
646
646
  tools/test/test_qontract_cli.py,sha256=awwTHEc2DWlykuqGIYM0WOBoSL0KRnOraCLk3C7izis,1401
647
647
  tools/test/test_sd_app_sre_alert_report.py,sha256=v363r9zM7__0kR5K6mvJoGFcM9BvE33fWAayrqkpojA,2116
648
648
  tools/test/test_sre_checkpoints.py,sha256=SKqPPTl9ua0RFdSSofnoQX-JZE6dFLO3LRhfQzqtfh8,2607
649
- qontract_reconcile-0.10.1rc453.dist-info/METADATA,sha256=sCNAKByT2mXdBWw5Wqor_jlIzYHc_v26i2kPUoSDMak,2348
650
- qontract_reconcile-0.10.1rc453.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
651
- qontract_reconcile-0.10.1rc453.dist-info/entry_points.txt,sha256=rTjAv28I_CHLM8ID3OPqMI_suoQ9s7tFbim4aYjn9kk,376
652
- qontract_reconcile-0.10.1rc453.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
653
- qontract_reconcile-0.10.1rc453.dist-info/RECORD,,
649
+ qontract_reconcile-0.10.1rc455.dist-info/METADATA,sha256=eLd2PXynNkBYj3_3ijTZnT3PcA3rZSpJZm8IkzAUdm4,2348
650
+ qontract_reconcile-0.10.1rc455.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
651
+ qontract_reconcile-0.10.1rc455.dist-info/entry_points.txt,sha256=rTjAv28I_CHLM8ID3OPqMI_suoQ9s7tFbim4aYjn9kk,376
652
+ qontract_reconcile-0.10.1rc455.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
653
+ qontract_reconcile-0.10.1rc455.dist-info/RECORD,,
@@ -189,7 +189,7 @@ def test_c2c_vpc_peering_assume_role_accepter_connection_acc_overwrite(mocker):
189
189
  requester_cluster,
190
190
  accepter_connection,
191
191
  accepter_cluster,
192
- ocm, # type: ignore
192
+ ocm,
193
193
  )
194
194
 
195
195
  expected_req_aws = {
@@ -240,7 +240,7 @@ def test_c2c_vpc_peering_assume_role_acc_overwrite_fail(mocker):
240
240
  requester_cluster,
241
241
  accepter_connection,
242
242
  accepter_cluster,
243
- ocm, # type: ignore
243
+ ocm,
244
244
  )
245
245
  assert str(ex.value).startswith("[account_not_allowed]")
246
246
 
@@ -269,7 +269,7 @@ def test_c2c_vpc_peering_assume_role_accepter_cluster_account(mocker):
269
269
  requester_cluster,
270
270
  accepter_connection,
271
271
  accepter_cluster,
272
- ocm, # type: ignore
272
+ ocm,
273
273
  )
274
274
 
275
275
  expected_req_aws = {
@@ -313,7 +313,7 @@ def test_c2c_vpc_peering_missing_ocm_assume_role(mocker):
313
313
  requester_cluster,
314
314
  accepter_connection,
315
315
  accepter_cluster,
316
- ocm, # type: ignore
316
+ ocm,
317
317
  )
318
318
  assert str(ex.value).startswith("[assume_role_not_found]")
319
319
 
@@ -335,7 +335,7 @@ def test_c2c_vpc_peering_missing_account(mocker):
335
335
  requester_cluster,
336
336
  accepter_connection,
337
337
  accepter_cluster,
338
- ocm, # type: ignore
338
+ ocm,
339
339
  )
340
340
  assert str(ex.value).startswith("[no_account_available]")
341
341