Skip to content

Commit

Permalink
move constants to client_test.go file
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed Jun 30, 2022
1 parent 9c6b5e9 commit 9dd41cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/networkservice/common/mechanisms/vfio/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ import (
const (
serverSocket = "server.socket"
cgroupDir = "cgroup_dir"
iommuGroup = 1
)

func testServer(ctx context.Context, tmpDir string) (*grpc.ClientConn, error) {
Expand Down

0 comments on commit 9dd41cd

Please sign in to comment.