Skip to content

Commit

Permalink
Merge pull request IntersectMBO#2312 from saratomaz/update_cip67_cove…
Browse files Browse the repository at this point in the history
…rage

Update Conway CIP67 coverage
  • Loading branch information
mkoura authored Mar 15, 2024
2 parents 5f42e85 + 1d57066 commit 19cef76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cardano_node_tests/tests/tests_conway/test_committee.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ def test_add_rm_committee_members( # noqa: C901
req_cip31b = requirements.Req(id="CIP031b", group=requirements.GroupsKnown.CHANG_US)
req_cip40 = requirements.Req(id="CIP040", group=requirements.GroupsKnown.CHANG_US)
req_cip58 = requirements.Req(id="CIP058", group=requirements.GroupsKnown.CHANG_US)
req_cip67 = requirements.Req(id="CIP067", group=requirements.GroupsKnown.CHANG_US)

# Auth keys for CC members
cc_auth_record1 = governance_utils.get_cc_member_auth_record(
Expand Down Expand Up @@ -625,6 +626,7 @@ def _resign():
# Create an action to add new CC members
add_cc_action, action_add_txid, action_add_ix = _add_members()

req_cip67.start(url=helpers.get_vcs_link())
# Vote & disapprove the action
conway_common.cast_vote(
cluster_obj=cluster,
Expand Down Expand Up @@ -914,6 +916,7 @@ def _check_rem_state(state: dict):
governance_utils.check_vote_view(cluster_obj=cluster, vote_data=voted_votes_rem.cc[0])
governance_utils.check_vote_view(cluster_obj=cluster, vote_data=voted_votes_rem.drep[0])
governance_utils.check_vote_view(cluster_obj=cluster, vote_data=voted_votes_rem.spo[0])
req_cip67.success()

known_issues = []
if xfail_ledger_3979_msgs:
Expand Down

0 comments on commit 19cef76

Please sign in to comment.