Move the filesystem customization tests into their own file. Additionally add tests for unmarshalling filesystem customizations from TOML, since we have added a new `minsize` tag to ensure consistency with the json tag. The new tests check the validation of the TOML input and ensures that either one or both of the `minsize` and `size` inputs are set. If both are set, the input is checked to ensure that both match. |
||
|---|---|---|
| .. | ||
| blueprint.go | ||
| blueprint_convert_test.go | ||
| blueprint_test.go | ||
| customizations.go | ||
| customizations_test.go | ||
| filesystem_customizations.go | ||
| filesystem_customizations_test.go | ||
| fsnode_customizations.go | ||
| fsnode_customizations_test.go | ||
| repository_customizations.go | ||
| repository_customizations_test.go | ||