updated WW_INTERNAL to 45 for 4.5.x release
Internal version update is necessary as new structures were added, most obviously the disk, partitions and file system structures. Old configurations will work as expected. Signed-off-by: Christian Goll <cgoll@suse.com>
This commit is contained in:
committed by
Jonathon Anderson
parent
3792883906
commit
1fca0057d3
@@ -57,7 +57,7 @@ func TestDefaultRootConf(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestInitializedFromFile(t *testing.T) {
|
||||
example_warewulf_conf := "WW_INTERNAL: 43"
|
||||
example_warewulf_conf := "WW_INTERNAL: 45"
|
||||
tempWarewulfConf, warewulfConfErr := os.CreateTemp("", "warewulf.conf-")
|
||||
assert.NoError(t, warewulfConfErr)
|
||||
defer os.Remove(tempWarewulfConf.Name())
|
||||
@@ -72,7 +72,7 @@ func TestInitializedFromFile(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestExampleRootConf(t *testing.T) {
|
||||
example_warewulf_conf := `WW_INTERNAL: 43
|
||||
example_warewulf_conf := `WW_INTERNAL: 45
|
||||
ipaddr: 192.168.200.1
|
||||
netmask: 255.255.255.0
|
||||
network: 192.168.200.0
|
||||
|
||||
Reference in New Issue
Block a user