Skip to content

Commit

Permalink
tip-sample: tipSampleClient integration test
Browse files Browse the repository at this point in the history
`tipSampleClient` - `TipRegistry` integration test.
  • Loading branch information
coot committed Aug 3, 2020
1 parent 064bdaa commit a8a8c58
Show file tree
Hide file tree
Showing 3 changed files with 614 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ouroboros-network/ouroboros-network.cabal
Expand Up @@ -257,6 +257,7 @@ test-suite test-network
Test.Ouroboros.Network.MockNode
Test.Ouroboros.Network.TipSample.TipFragment
Test.Ouroboros.Network.TipSample.TipRegistry
Test.Ouroboros.Network.TipSample.Client
Test.Mux
Test.Pipe
Test.Socket
Expand All @@ -281,14 +282,17 @@ test-suite test-network
pipes,
process,
psqueues,
random,
serialise,
splitmix,
stm,
statistics,
tasty,
tasty-hunit,
tasty-quickcheck,
text,
time,
vector,

cardano-binary,
cardano-prelude,
Expand Down
2 changes: 2 additions & 0 deletions ouroboros-network/test/Main.hs
Expand Up @@ -14,6 +14,7 @@ import qualified Test.Ouroboros.Network.MockNode (tests)
import qualified Test.Ouroboros.Network.BlockFetch (tests)
import qualified Test.Ouroboros.Network.TipSample.TipFragment (tests)
import qualified Test.Ouroboros.Network.TipSample.TipRegistry (tests)
import qualified Test.Ouroboros.Network.TipSample.Client (tests)
import qualified Ouroboros.Network.Protocol.ChainSync.Test (tests)
import qualified Ouroboros.Network.Protocol.BlockFetch.Test (tests)
import qualified Ouroboros.Network.Protocol.Handshake.Test (tests)
Expand Down Expand Up @@ -56,6 +57,7 @@ tests =
, Ouroboros.Network.PeerSelection.Test.tests
, Test.Ouroboros.Network.TipSample.TipFragment.tests
, Test.Ouroboros.Network.TipSample.TipRegistry.tests
, Test.Ouroboros.Network.TipSample.Client.tests

-- pseudo system-level
, Test.Ouroboros.Network.MockNode.tests
Expand Down

0 comments on commit a8a8c58

Please sign in to comment.