Skip to content

Commit

Permalink
Babbage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Jun 24, 2022
1 parent fa9bd7a commit d55acde
Show file tree
Hide file tree
Showing 3 changed files with 549 additions and 0 deletions.
1 change: 1 addition & 0 deletions cardano-testnet/cardano-testnet.cabal
Expand Up @@ -128,6 +128,7 @@ test-suite cardano-testnet-tests

other-modules:
Spec.Cli.Alonzo.LeadershipSchedule
Spec.Cli.Babbage.LeadershipSchedule
Spec.Cli.KesPeriodInfo
Spec.Node.Shutdown
Spec.ShutdownOnSlotSynced
Expand Down
4 changes: 4 additions & 0 deletions cardano-testnet/test/Main.hs
Expand Up @@ -8,6 +8,7 @@ import Prelude
import Test.Tasty (TestTree)

import qualified Spec.Cli.Alonzo.LeadershipSchedule
import qualified Spec.Cli.Babbage.LeadershipSchedule
import qualified Spec.Node.Shutdown
import qualified Spec.ShutdownOnSlotSynced
import qualified System.Environment as E
Expand All @@ -23,6 +24,9 @@ tests = pure $ T.testGroup "test/Spec.hs"
, T.testGroup "Alonzo"
[ H.ignoreOnWindows "leadership-schedule" Spec.Cli.Alonzo.LeadershipSchedule.hprop_leadershipSchedule
]
, T.testGroup "Babbage"
[ H.ignoreOnWindows "leadership-schedule" Spec.Cli.Babbage.LeadershipSchedule.hprop_leadershipSchedule
]
-- Ignored on Windows due to <stdout>: commitBuffer: invalid argument (invalid character)
-- as a result of the kes-period-info output to stdout.
-- TODO: Babbage temporarily ignored due to broken protocol-state query
Expand Down

0 comments on commit d55acde

Please sign in to comment.