Compare commits

...
Author SHA1 Message Date
telackey 9e9a68dec3 Add stack for system tests. 2023-06-13 11:32:45 -05:00
David Boreham d19b9a65b9 Fix typo 2023-06-05 21:59:42 -06:00
dborehamandDavid Boreham 98e1d120cc Add missing lighthouse-cli container to pocket stack (#424)
Co-authored-by: David Boreham <david@bozemanpas.com>
2023-06-05 21:08:05 -06:00
3 changed files with 25 additions and 0 deletions
@@ -0,0 +1,3 @@
# fixturenet-eth-system-tests
A version of fixturenet-eth for use with https://git.vdb.to/cerc-io/system-tests
@@ -0,0 +1,20 @@
version: "1.0"
name: fixturenet-eth-system-tests
decription: "fixturenet-eth-system-tests"
repos:
- github.com/cerc-io/go-ethereum
- github.com/cerc-io/ipld-eth-server
- github.com/cerc-io/ipld-eth-db
- github.com/cerc-io/lighthouse
containers:
- cerc/go-ethereum
- cerc/lighthouse
- cerc/lighthouse-cli
- cerc/fixturenet-eth-geth
- cerc/fixturenet-eth-lighthouse
- cerc/ipld-eth-server
- cerc/ipld-eth-db
pods:
- fixturenet-eth
- ipld-eth-server
- ipld-eth-db
@@ -3,11 +3,13 @@ name: fixturenet-pocket
description: "A single node pocket chain that can serve relays from the geth-1 node in eth-fixturenet"
repos:
- github.com/cerc-io/go-ethereum
- github.com/cerc-io/lighthouse
- github.com/pokt-network/pocket-core
- github.com/pokt-network/pocket-core-deployments # contains the dockerfile
containers:
- cerc/go-ethereum
- cerc/lighthouse
- cerc/lighthouse-cli
- cerc/fixturenet-eth-geth
- cerc/fixturenet-eth-lighthouse
- cerc/pocket