Changing todo message.

This commit is contained in:
Renan DelValle 2020-01-04 18:17:43 -08:00
parent 2f52fa2eb9
commit d4075271cd
No known key found for this signature in database
GPG key ID: 3895800E03F17676

View file

@ -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")