Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Update test data with initialized network status
Browse files Browse the repository at this point in the history
  • Loading branch information
darkowlzz committed Aug 17, 2020
1 parent 9600ac3 commit e83ab73
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/ignite/run/testdata/output/apply-vm-config-empty.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
},
"status": {
"running": false,
"network": {
"plugin": "",
"ipAddresses": null
},
"image": {
"id": null,
"size": "0B"
Expand Down
4 changes: 4 additions & 0 deletions cmd/ignite/run/testdata/output/apply-vm-config-json.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
},
"status": {
"running": false,
"network": {
"plugin": "",
"ipAddresses": null
},
"image": {
"id": null,
"size": "0B"
Expand Down
4 changes: 4 additions & 0 deletions cmd/ignite/run/testdata/output/apply-vm-config-yaml.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
},
"status": {
"running": false,
"network": {
"plugin": "",
"ipAddresses": null
},
"image": {
"id": null,
"size": "0B"
Expand Down

0 comments on commit e83ab73

Please sign in to comment.