Skip to content

Commit 49829b7

Browse files
authored
Merge pull request #2897 from IntersectMBO/add_req_R10_1_3
feat(tests): add requirement for ledger issue fixed in 10.1.3
2 parents 991f8e2 + c3e1ab0 commit 49829b7

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

cardano_node_tests/tests/reqs_conway.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ def __dr(id: str) -> requirements.Req:
238238

239239
# Internal Test Cases
240240
int001 = __r("R10_1_4")
241+
int002 = __r("R10_1_3")
241242

242243
# DB Sync Conway related tables
243244
# https://github.com/IntersectMBO/cardano-db-sync/blob/master/doc/schema.md

cardano_node_tests/tests/tests_conway/test_drep.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1515,6 +1515,7 @@ def _deregister():
15151515
signing_key_files=[payment_addr_rewards.skey_file, drep1.key_pair.skey_file],
15161516
)
15171517

1518+
reqc.int002.start(url=helpers.get_vcs_link())
15181519
clusterlib_utils.build_and_submit_tx(
15191520
cluster_obj=cluster,
15201521
name_template=f"{temp_template}_ret",
@@ -1540,6 +1541,7 @@ def _deregister():
15401541
assert stake_addr_info_ret.vote_delegation == governance_utils.get_drep_cred_name(
15411542
drep_id=drep2.drep_id
15421543
), "Votes are no longer delegated to DRep 2!"
1544+
reqc.int002.success()
15431545

15441546

15451547
class TestDRepActivity:

src_docs/chang_user_stories_template.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,6 +1243,11 @@ Internal Test Cases
12431243
- Description
12441244
-
12451245

1246+
- |image-R10_1_3|
1247+
- Ensure that current DRep delegation is not affected by retirement of DRep to which the stake was previously delegated.
1248+
`<https://github.com/IntersectMBO/cardano-ledger/issues/4772>`__
1249+
-
1250+
12461251
- |image-R10_1_4|
12471252
- Prevent a potential DoS attack. Prevent invalid CC member from voting.
12481253
`<https://github.com/IntersectMBO/cardano-node/releases/tag/10.1.4>`__
@@ -1739,6 +1744,8 @@ DB Sync - Conway related tables
17391744
.. |image-GR029| image:: https://img.shields.io/badge/GR029-grey
17401745
:target: https://github.com/GR029-404
17411746

1747+
.. |image-R10_1_3| image:: https://img.shields.io/badge/R10_1_3-grey
1748+
:target: https://github.com/R10_1_3-404
17421749
.. |image-R10_1_4| image:: https://img.shields.io/badge/R10_1_4-grey
17431750
:target: https://github.com/R10_1_4-404
17441751

0 commit comments

Comments
 (0)