From f96c892972444d7f73231c04a7f40375bd4ff811 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 13 Apr 2022 09:15:39 +0200 Subject: -rename fest for #7222 --- src/cli/resources/02-backup.json | 8 ++++---- src/cli/resources/02-recovery.json | 8 ++++---- src/cli/resources/03-backup.json | 4 ++++ src/cli/resources/04-backup.json | 4 ++++ src/cli/resources/05-backup.json | 4 ++++ src/cli/resources/06-backup.json | 4 ++++ 6 files changed, 24 insertions(+), 8 deletions(-) (limited to 'src/cli') diff --git a/src/cli/resources/02-backup.json b/src/cli/resources/02-backup.json index 67df7e0..05ccab1 100644 --- a/src/cli/resources/02-backup.json +++ b/src/cli/resources/02-backup.json @@ -40,10 +40,10 @@ } ], "authentication_providers": { - "http://localhost:8086/": {}, - "http://localhost:8087/": {}, - "http://localhost:8088/": {}, - "http://localhost:8089/": {} + "http://localhost:8086/": { "status" : "not-contacted" }, + "http://localhost:8087/": { "status" : "not-contacted" }, + "http://localhost:8088/": { "status" : "not-contacted" }, + "http://localhost:8089/": { "status" : "not-contacted" } }, "selected_country": "xx", "currencies": [ "TESTKUDOS" ], diff --git a/src/cli/resources/02-recovery.json b/src/cli/resources/02-recovery.json index e77ed0c..875fae0 100644 --- a/src/cli/resources/02-recovery.json +++ b/src/cli/resources/02-recovery.json @@ -40,10 +40,10 @@ } ], "authentication_providers": { - "http://localhost:8086/": {}, - "http://localhost:8087/": {}, - "http://localhost:8088/": {}, - "http://localhost:8089/": {} + "http://localhost:8086/": { "status" : "not-contacted" }, + "http://localhost:8087/": { "status" : "not-contacted" }, + "http://localhost:8088/": { "status" : "not-contacted" }, + "http://localhost:8089/": { "status" : "not-contacted" } }, "selected_country": "xx", "currencies": [ "TESTKUDOS" ], diff --git a/src/cli/resources/03-backup.json b/src/cli/resources/03-backup.json index ad9d23b..838b669 100644 --- a/src/cli/resources/03-backup.json +++ b/src/cli/resources/03-backup.json @@ -41,6 +41,7 @@ ], "authentication_providers": { "http://localhost:8086/": { + "status" : "ok", "methods": [ { "type": "question", @@ -60,6 +61,7 @@ "http_status": 200 }, "http://localhost:8087/": { + "status" : "ok", "methods": [ { "type": "question", @@ -79,6 +81,7 @@ "http_status": 200 }, "http://localhost:8088/": { + "status" : "ok", "methods": [ { "type": "question", @@ -98,6 +101,7 @@ "http_status": 200 }, "http://localhost:8089/": { + "status" : "ok", "methods": [ { "type": "question", diff --git a/src/cli/resources/04-backup.json b/src/cli/resources/04-backup.json index 34cabfd..3676f3e 100644 --- a/src/cli/resources/04-backup.json +++ b/src/cli/resources/04-backup.json @@ -41,6 +41,7 @@ ], "authentication_providers": { "http://localhost:8086/": { + "status" : "ok", "methods": [ { "type": "question", @@ -60,6 +61,7 @@ "http_status": 200 }, "http://localhost:8087/": { + "status" : "ok", "methods": [ { "type": "question", @@ -79,6 +81,7 @@ "http_status": 200 }, "http://localhost:8088/": { + "status" : "ok", "methods": [ { "type": "question", @@ -98,6 +101,7 @@ "http_status": 200 }, "http://localhost:8089/": { + "status" : "ok", "methods": [ { "type": "question", diff --git a/src/cli/resources/05-backup.json b/src/cli/resources/05-backup.json index bb988be..c8f52f0 100644 --- a/src/cli/resources/05-backup.json +++ b/src/cli/resources/05-backup.json @@ -41,6 +41,7 @@ ], "authentication_providers": { "http://localhost:8086/": { + "status" : "ok", "methods": [ { "type": "question", @@ -60,6 +61,7 @@ "http_status": 200 }, "http://localhost:8087/": { + "status" : "ok", "methods": [ { "type": "question", @@ -79,6 +81,7 @@ "http_status": 200 }, "http://localhost:8088/": { + "status" : "ok", "methods": [ { "type": "question", @@ -98,6 +101,7 @@ "http_status": 200 }, "http://localhost:8089/": { + "status" : "ok", "methods": [ { "type": "question", diff --git a/src/cli/resources/06-backup.json b/src/cli/resources/06-backup.json index 23a8927..04d8b02 100644 --- a/src/cli/resources/06-backup.json +++ b/src/cli/resources/06-backup.json @@ -41,6 +41,7 @@ ], "authentication_providers": { "http://localhost:8086/": { + "status" : "ok", "methods": [ { "type": "question", @@ -60,6 +61,7 @@ "http_status": 200 }, "http://localhost:8087/": { + "status" : "ok", "methods": [ { "type": "question", @@ -79,6 +81,7 @@ "http_status": 200 }, "http://localhost:8088/": { + "status" : "ok", "methods": [ { "type": "question", @@ -98,6 +101,7 @@ "http_status": 200 }, "http://localhost:8089/": { + "status" : "ok", "methods": [ { "type": "question", -- cgit v1.2.3