Skip to content

Commit 11c329a

Browse files
committed
test: fix disk config partition overlap
1 parent e1f87da commit 11c329a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/data/test_config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"value": 512
5050
},
5151
"unit": "GiB",
52-
"value": 20
52+
"value": 32
5353
},
5454
"mount_options": [],
5555
"mountpoint": "/",
@@ -76,7 +76,7 @@
7676
"value": 512
7777
},
7878
"unit": "GiB",
79-
"value": 100
79+
"value": 32
8080
},
8181
"mount_options": [],
8282
"mountpoint": "/home",
@@ -86,8 +86,8 @@
8686
"unit": "B",
8787
"value": 512
8888
},
89-
"unit": "GiB",
90-
"value": 20
89+
"unit": "MiB",
90+
"value": 33281
9191
},
9292
"status": "create",
9393
"type": "primary"

0 commit comments

Comments
 (0)