Remove DEBUG logging in test suite

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2024-12-17 00:42:45 -07:00
parent 1a3d037703
commit deaf9c99d7
9 changed files with 0 additions and 21 deletions

View File

@@ -4,7 +4,6 @@ import (
"testing"
"github.com/stretchr/testify/assert"
"github.com/warewulf/warewulf/internal/pkg/wwlog"
"gopkg.in/yaml.v3"
)
@@ -92,7 +91,6 @@ func Test_nodeYaml_FindByHwaddr(t *testing.T) {
}
func Test_nodeYaml_FindByIpaddr(t *testing.T) {
wwlog.SetLogLevel(wwlog.DEBUG)
c, err := NewUtilTestNode()
assert.NoError(t, err)
type args struct {