summaryrefslogtreecommitdiff
path: root/integrationtests
diff options
context:
space:
mode:
Diffstat (limited to 'integrationtests')
-rw-r--r--integrationtests/README.md3
-rw-r--r--integrationtests/Taskfile.yml12
-rw-r--r--integrationtests/gorum-earth.json11
-rw-r--r--integrationtests/gorum-mars.json11
-rw-r--r--integrationtests/gorum-uranus.json11
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"
- ]
-}