summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Smith <jack.smith@algorand.com>2022-01-19 14:41:03 -0500
committerJack Smith <jack.smith@algorand.com>2022-01-19 14:41:03 -0500
commitac2f588a3b0ecdcb31e58d4f9458d835f26492d9 (patch)
tree2ddd4506493050cd5bef645aca748ac09e484ab8
parent2ded7d9236d582f2ed6d8d1d79bccf188b6db949 (diff)
Changing to us-east-2 and wallet distribution
-rw-r--r--test/testdata/deployednettemplates/recipes/feature-networks/genesis.json12
-rw-r--r--test/testdata/deployednettemplates/recipes/feature-networks/hosttemplates.json4
-rw-r--r--test/testdata/deployednettemplates/recipes/feature-networks/topology.json4
3 files changed, 10 insertions, 10 deletions
diff --git a/test/testdata/deployednettemplates/recipes/feature-networks/genesis.json b/test/testdata/deployednettemplates/recipes/feature-networks/genesis.json
index ab43dab49..36f281f03 100644
--- a/test/testdata/deployednettemplates/recipes/feature-networks/genesis.json
+++ b/test/testdata/deployednettemplates/recipes/feature-networks/genesis.json
@@ -7,23 +7,23 @@
"Wallets": [
{
"Name": "Wallet1",
- "Stake": 45,
+ "Stake": 25,
"Online": true
},
{
"Name": "Wallet2",
- "Stake": 45,
+ "Stake": 25,
"Online": true
},
{
"Name": "Wallet3",
- "Stake": 5,
- "Online": true
+ "Stake": 25,
+ "Online": false
},
{
"Name": "Wallet4",
- "Stake": 5,
- "Online": true
+ "Stake": 25,
+ "Online": false
}
]
}
diff --git a/test/testdata/deployednettemplates/recipes/feature-networks/hosttemplates.json b/test/testdata/deployednettemplates/recipes/feature-networks/hosttemplates.json
index 77a4e873e..c8c8642a2 100644
--- a/test/testdata/deployednettemplates/recipes/feature-networks/hosttemplates.json
+++ b/test/testdata/deployednettemplates/recipes/feature-networks/hosttemplates.json
@@ -1,9 +1,9 @@
{
"Hosts": [
{
- "Name": "AWS-US-EAST-1-Large",
+ "Name": "AWS-US-EAST-2-Large",
"Provider": "AWS",
- "Region": "us-east-1",
+ "Region": "us-east-2",
"BaseConfiguration": "m6i.large"
}
]
diff --git a/test/testdata/deployednettemplates/recipes/feature-networks/topology.json b/test/testdata/deployednettemplates/recipes/feature-networks/topology.json
index c471d80b6..8633245a4 100644
--- a/test/testdata/deployednettemplates/recipes/feature-networks/topology.json
+++ b/test/testdata/deployednettemplates/recipes/feature-networks/topology.json
@@ -2,11 +2,11 @@
"Hosts": [
{
"Name": "R1",
- "Template": "AWS-US-EAST-1-Large"
+ "Template": "AWS-US-EAST-2-Large"
},
{
"Name": "R2",
- "Template": "AWS-US-EAST-1-Large"
+ "Template": "AWS-US-EAST-2-Large"
}
]
}