Skip to content

Commit

Permalink
Update integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-toa committed Apr 26, 2023
1 parent 37eee32 commit b0f5a76
Show file tree
Hide file tree
Showing 31 changed files with 765 additions and 565 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,15 @@
"block_device_mappings": [],
"block_device_mappings_created": [
{
"bsu": {
"delete_on_vm_deletion": "true",
"link_date": "########",
"state": "attached",
"volume_id": "##id-3##"
},
"bsu": [
{
"delete_on_vm_deletion": true,
"link_date": "########",
"state": "attached",
"tags": [],
"volume_id": "##id-3##"
}
],
"device_name": "/dev/sda1"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,21 @@
"flexible_gpus": [
{
"delete_on_vm_deletion": true,
"flexible_gpu_id": "##id-0##",
"flexible_gpu_id": "##id-2##",
"generation": "v5",
"model_name": "nvidia-p6",
"state": "attached",
"state": "allocated",
"subregion_name": "###region###a",
"vm_id": "##id-1##"
"vm_id": ""
},
{
"delete_on_vm_deletion": true,
"flexible_gpu_id": "##id-2##",
"flexible_gpu_id": "##id-0##",
"generation": "v5",
"model_name": "nvidia-p6",
"state": "allocated",
"state": "attached",
"subregion_name": "###region###a",
"vm_id": ""
"vm_id": "##id-1##"
}
],
"id": "##id-3##",
Expand Down Expand Up @@ -198,12 +198,15 @@
"block_device_mappings": [],
"block_device_mappings_created": [
{
"bsu": {
"delete_on_vm_deletion": "true",
"link_date": "########",
"state": "attached",
"volume_id": "##id-5##"
},
"bsu": [
{
"delete_on_vm_deletion": true,
"link_date": "########",
"state": "attached",
"tags": [],
"volume_id": "##id-5##"
}
],
"device_name": "/dev/sda1"
}
],
Expand Down
Loading

0 comments on commit b0f5a76

Please sign in to comment.