Documentation ¶
Overview ¶
Package tests borrows Assert() from https://github.com/heketi/heketi
Index ¶
- func Assert(t *testing.T, b bool)
- func MockGetxattr(path string, attr string, dest []byte) (sz int, err error)
- func MockRemovexattr(path string, attr string) (err error)
- func MockSetxattr(path string, attr string, data []byte, flags int) (err error)
- func MockValidateBrickPathStats(brickPath string, host string, force bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MockGetxattr ¶
MockGetxattr is mock function for unix.Getxattr
func MockRemovexattr ¶
MockRemovexattr is mock function for unix.Removexattr
func MockSetxattr ¶
MockSetxattr is mock function for unix.Setxattr
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.