Skip to content

Commit b001059

Browse files
committed
test: update e2e tests config for 1.4.0
1 parent d197db8 commit b001059

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

E2E-tests/config/substrate/ci_stack.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"ogmios_port": 1337,
55
"kupo_host": "devnet-services-service",
66
"kupo_port": 1442,
7-
"tools_host": "10.0.12.126",
7+
"tools_host": "10.0.12.157",
88
"ssh": {
99
"username": "root",
1010
"host": "${stack_config[tools_host]}",

E2E-tests/config/substrate/devnet_stack.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"ogmios_port": 1337,
55
"kupo_host": "devnet-services-service",
66
"kupo_port": 1442,
7-
"tools_host": "10.0.12.126",
7+
"tools_host": "10.0.12.157",
88
"ssh": {
99
"username": "root",
1010
"host": "${stack_config[tools_host]}",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
binary-host-service.sc.svc.cluster.local ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJT7id6aw53R0FeVna/QvrQuwlGOafAWP5DjS/bQioUt
2-
10.0.12.126 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJT7id6aw53R0FeVna/QvrQuwlGOafAWP5DjS/bQioUt
2+
10.0.12.157 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJT7id6aw53R0FeVna/QvrQuwlGOafAWP5DjS/bQioUt

E2E-tests/config/substrate/staging_nodes.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"deployment_mc_epoch": 784,
3-
"genesis_utxo": "de7b8efb08243b770be30cfa22a9ed64317c50052bb4394392960ddcc9810048#1",
4-
"deployment_version": "v1.4.0",
2+
"deployment_mc_epoch": 815,
3+
"genesis_utxo": "0c1fe996e4bdc2480d1e16c57823b4c5cd80b190d0814212977835ecce24afe3#1",
4+
"deployment_version": "v1.4.0-rc9",
55
"test_environment": "staging",
66
"nodes_config": {
77
"nodes": {

E2E-tests/config/substrate/staging_stack.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"ogmios_port": 1337,
55
"kupo_host": "staging-preview-services-service.staging-preview.svc.cluster.local",
66
"kupo_port": 1442,
7-
"tools_host": "10.0.12.126",
7+
"tools_host": "10.0.12.157",
88
"ssh": {
99
"username": "root",
1010
"host": "${stack_config[tools_host]}",

0 commit comments

Comments
 (0)