diff options
| author | Paul Buetow <paul@buetow.org> | 2023-06-29 09:39:04 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-06-29 09:39:04 +0300 |
| commit | 118ef49c704c121bb73b099a9dd34ed1e4f60e86 (patch) | |
| tree | 8f15be8c29cbdac242e74645caadc07086e6e38e /integrationtests | |
| parent | 38f59c283a72668f7802bb3086233e187f29ecf1 (diff) | |
belongs to test
Diffstat (limited to 'integrationtests')
| -rw-r--r-- | integrationtests/README.md | 3 | ||||
| -rw-r--r-- | integrationtests/Taskfile.yml | 12 | ||||
| -rw-r--r-- | integrationtests/gorum-earth.json | 11 | ||||
| -rw-r--r-- | integrationtests/gorum-mars.json | 11 | ||||
| -rw-r--r-- | integrationtests/gorum-uranus.json | 11 |
5 files changed, 0 insertions, 48 deletions
diff --git a/integrationtests/README.md b/integrationtests/README.md deleted file mode 100644 index aa5aa78..0000000 --- a/integrationtests/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Integrationtests - -Start all 3 instances manually, and play around. diff --git a/integrationtests/Taskfile.yml b/integrationtests/Taskfile.yml deleted file mode 100644 index 1f87f1c..0000000 --- a/integrationtests/Taskfile.yml +++ /dev/null @@ -1,12 +0,0 @@ -version: '3' - -tasks: - earth: - cmds: - - ../gorum -cfg gorum-earth.json - mars: - cmds: - - ../gorum -cfg gorum-mars.json - uranus: - cmds: - - ../gorum -cfg gorum-uranus.json diff --git a/integrationtests/gorum-earth.json b/integrationtests/gorum-earth.json deleted file mode 100644 index 2909ddb..0000000 --- a/integrationtests/gorum-earth.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "StateDir": "./", - "MyID": "earth", - "RelaxedMode": true, - "Address": ":1234", - "Nodes": [ - "localhost:1234", - "localhost:2341", - "localhost:3412" - ] -} diff --git a/integrationtests/gorum-mars.json b/integrationtests/gorum-mars.json deleted file mode 100644 index d4e2538..0000000 --- a/integrationtests/gorum-mars.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "StateDir": "./", - "MyID": "mars", - "RelaxedMode": true, - "Address": ":2341", - "Nodes": [ - "localhost:1234", - "localhost:2341", - "localhost:3412" - ] -} diff --git a/integrationtests/gorum-uranus.json b/integrationtests/gorum-uranus.json deleted file mode 100644 index a19d73c..0000000 --- a/integrationtests/gorum-uranus.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "StateDir": "./", - "MyID": "uranus", - "RelaxedMode": true, - "Address": ":3412", - "Nodes": [ - "localhost:1234", - "localhost:2341", - "localhost:3412" - ] -} |
