We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22eba41 commit f9637c1Copy full SHA for f9637c1
pkg/host/internal/systemd/systemd_test.go
@@ -16,7 +16,7 @@ import (
16
17
var _ = Describe("Systemd", func() {
18
var (
19
- tempDir = "/tmp/sriov-test/"
+ tempDir = "/tmp/sriov-systemd-test/"
20
validTestContentJson = []byte(`{
21
"spec": {
22
"interfaces": [
pkg/host/store/store_test.go
@@ -17,7 +17,7 @@ import (
var _ = Describe("Store", func() {
+ tempDir = "/tmp/sriov-store-test/"
err error
m ManagerInterface
23
0 commit comments