Skip to content

Commit

Permalink
Update test payloads
Browse files Browse the repository at this point in the history
  • Loading branch information
sokoli1 committed Mar 11, 2024
1 parent f634b27 commit 8e8ae9f
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 8 deletions.
14 changes: 12 additions & 2 deletions tests/payloads/bmcapi/servers/servers_action_provision.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,12 @@
"installOsToRam": false,
"cloudInit": {
"userData": "data"
}
},
"esxi": {
"datastoreConfiguration": {
"datastoreName": "datastore1"
}
}
},
"tags": [
{
Expand Down Expand Up @@ -171,7 +176,12 @@
"installOsToRam": false,
"cloudInit": {
"userData": "data"
}
},
"esxi": {
"datastoreConfiguration": {
"datastoreName": "datastore1"
}
}
},
"networkConfiguration": {
"gatewayAddress": "gatewayAddress",
Expand Down
7 changes: 6 additions & 1 deletion tests/payloads/bmcapi/servers/servers_action_reserve.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,12 @@
"installOsToRam": false,
"cloudInit": {
"userData": "data"
}
},
"esxi": {
"datastoreConfiguration": {
"datastoreName": "datastore1"
}
}
},
"networkConfiguration": {
"gatewayAddress": "gatewayAddress",
Expand Down
7 changes: 6 additions & 1 deletion tests/payloads/bmcapi/servers/servers_get.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,12 @@
"installOsToRam": true,
"cloudInit": {
"userData": "data"
}
},
"esxi": {
"datastoreConfiguration": {
"datastoreName": "datastore1"
}
}
},
"networkConfiguration": {
"gatewayAddress": "gatewayAddress",
Expand Down
7 changes: 6 additions & 1 deletion tests/payloads/bmcapi/servers/servers_get_by_id.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,12 @@
"installOsToRam": true,
"cloudInit": {
"userData": "data"
}
},
"esxi": {
"datastoreConfiguration": {
"datastoreName": "datastore1"
}
}
},
"networkConfiguration": {
"gatewayAddress": "gatewayAddress",
Expand Down
7 changes: 6 additions & 1 deletion tests/payloads/bmcapi/servers/servers_patch_by_id.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,12 @@
"installOsToRam": true,
"cloudInit": {
"userData": "data"
}
},
"esxi": {
"datastoreConfiguration": {
"datastoreName": "datastore1"
}
}
},
"networkConfiguration": {
"gatewayAddress": "gatewayAddress",
Expand Down
7 changes: 6 additions & 1 deletion tests/payloads/bmcapi/servers/servers_post.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,12 @@
"installOsToRam": true,
"cloudInit": {
"userData": "data"
}
},
"esxi": {
"datastoreConfiguration": {
"datastoreName": "datastore1"
}
}
},
"networkConfiguration": {
"gatewayAddress": "gatewayAddress",
Expand Down
7 changes: 6 additions & 1 deletion tests/payloads/bmcapi/servers/servers_put_tags_by_id.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,12 @@
"installOsToRam": false,
"cloudInit": {
"userData": "data"
}
},
"esxi": {
"datastoreConfiguration": {
"datastoreName": "datastore1"
}
}
},
"networkConfiguration": {
"gatewayAddress": "gatewayAddress",
Expand Down

0 comments on commit 8e8ae9f

Please sign in to comment.