Skip to content

Commit

Permalink
Adapt cardano-testnet-test accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Feb 18, 2025
1 parent bdc0cc5 commit 5c6e33f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ hprop_leadershipSchedule = integrationRetryWorkspace 2 "leadership-schedule" $ \
cTestnetOptions = def
{ cardanoNodeEra = asbe
, cardanoNodes =
[ SpoNodeOptions Nothing []
, SpoNodeOptions Nothing []
, SpoNodeOptions Nothing []
]
AutomaticNodeOptions [ SpoNodeOptions []
, SpoNodeOptions []
, SpoNodeOptions []
]
}
eraString = eraToString sbe

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ hprop_gov_no_confidence = integrationWorkspace "no-confidence" $ \tempAbsBasePat
, configurationFile
} <- cardanoTestnet
fastTestnetOptions
conf UserNodeConfigNotSubmitted shelleyGenesis'
alonzoGenesis conwayGenesisWithCommittee
shelleyGenesis'
alonzoGenesis conwayGenesisWithCommittee conf

poolNode1 <- H.headM testnetNodes
poolSprocket1 <- H.noteShow $ nodeSprocket poolNode1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ hprop_ledger_events_propose_new_constitution_spo = integrationWorkspace "propose
fastTestnetOptions = def
{ cardanoNodeEra = AnyShelleyBasedEra sbe
, cardanoNodes =
[ SpoNodeOptions Nothing []
, SpoNodeOptions Nothing []
, SpoNodeOptions Nothing []
]
AutomaticNodeOptions [ SpoNodeOptions []
, SpoNodeOptions []
, SpoNodeOptions []
]
}
shelleyOptions = def { genesisEpochLength = 100 }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,9 @@ hprop_shutdownOnSlotSynced = integrationRetryWorkspace 2 "shutdown-on-slot-synce
slotLen = 0.01
let fastTestnetOptions = def
{ cardanoNodes =
[ SpoNodeOptions Nothing ["--shutdown-on-slot-synced", show maxSlot]
]
AutomaticNodeOptions
[ SpoNodeOptions ["--shutdown-on-slot-synced", show maxSlot]
]
}
shelleyOptions = def
{ genesisEpochLength = 300
Expand Down

0 comments on commit 5c6e33f

Please sign in to comment.