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 | e5cfdd64068a26bbf2f6aeb931920a4fcc74540b (patch) | |
tree | cc2780e113155f5b9db7175d55af31c2eca4fa75 /tests | |
parent | 1dde02e1ab31514e3a5c1c4335ebdbe510460518 (diff) |
#915: adapt test to use id and profile fields
Update restore_image.json to use id and profile fields.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/restore_image.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/restore_image.json b/tests/restore_image.json index 76992ca..bf2982a 100644 --- a/tests/restore_image.json +++ b/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"} |