diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2019-10-01 12:59:21 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2019-10-01 12:59:50 +0200 |
commit | cb1fbed8767ad2b49be7ea2bedb226d64babab57 (patch) | |
tree | e6613f75d87ae0c140e02d28a0012bc82091dbe5 /admin | |
parent | d233fdbaa88ac6473d38c85dddfd663c67020259 (diff) |
#915: adapt test to use id and profile fields
Update restore_image.json to use id and profile fields.
Diffstat (limited to 'admin')
-rw-r--r-- | admin/Sources/Services/ogAdmServer/tests/restore_image.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/Sources/Services/ogAdmServer/tests/restore_image.json b/admin/Sources/Services/ogAdmServer/tests/restore_image.json index 76992cac..bf2982ab 100644 --- a/admin/Sources/Services/ogAdmServer/tests/restore_image.json +++ b/admin/Sources/Services/ogAdmServer/tests/restore_image.json @@ -1 +1 @@ -{ "clients" : [ "192.168.56.11" ], "disk" : "1", "partition" : "1", "name" : "test", "repository" : "192.168.56.10", "type" : "UNICAST", "filesystem": "1", "image_id": "1"} +{ "clients" : [ "192.168.56.11" ], "disk" : "1", "partition" : "1", "name" : "test", "repository" : "192.168.56.10", "type" : "UNICAST", "profile": "1", "id": "1"} |