Changing todo message.
This commit is contained in:
parent
2f52fa2eb9
commit
d4075271cd
1 changed files with 1 additions and 2 deletions
|
@ -12,8 +12,7 @@ import (
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
)
|
)
|
||||||
|
|
||||||
// TODO(rdelvalle): Add more thourough testing. Generate mock files
|
// TODO(rdelvalle): Create filesystem only once and allow tests to use it
|
||||||
// that mimic the powercap subsystem and create test to operate on it.
|
|
||||||
func TestCapNode(t *testing.T) {
|
func TestCapNode(t *testing.T) {
|
||||||
|
|
||||||
RAPLdir, err := ioutil.TempDir("", "intel-rapl")
|
RAPLdir, err := ioutil.TempDir("", "intel-rapl")
|
||||||
|
|
Reference in a new issue