Skip to content

Commit f9637c1

Browse files
committed
go test runs packages in parallel (default) so lets use different folders to avoid collision
Signed-off-by: Sebastian Sch <[email protected]>
1 parent 22eba41 commit f9637c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/host/internal/systemd/systemd_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616

1717
var _ = Describe("Systemd", func() {
1818
var (
19-
tempDir = "/tmp/sriov-test/"
19+
tempDir = "/tmp/sriov-systemd-test/"
2020
validTestContentJson = []byte(`{
2121
"spec": {
2222
"interfaces": [

pkg/host/store/store_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717

1818
var _ = Describe("Store", func() {
1919
var (
20-
tempDir = "/tmp/sriov-test/"
20+
tempDir = "/tmp/sriov-store-test/"
2121
err error
2222
m ManagerInterface
2323

0 commit comments

Comments
 (0)