From d4075271cd14cb70c0a8964c92eab9699ef9b4a9 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Sat, 4 Jan 2020 18:17:43 -0800 Subject: [PATCH] Changing todo message. --- rapl-daemon/util_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rapl-daemon/util_test.go b/rapl-daemon/util_test.go index 61612b2..19fc942 100644 --- a/rapl-daemon/util_test.go +++ b/rapl-daemon/util_test.go @@ -12,8 +12,7 @@ import ( "github.com/stretchr/testify/assert" ) -// TODO(rdelvalle): Add more thourough testing. Generate mock files -// that mimic the powercap subsystem and create test to operate on it. +// TODO(rdelvalle): Create filesystem only once and allow tests to use it func TestCapNode(t *testing.T) { RAPLdir, err := ioutil.TempDir("", "intel-rapl")