mirror of
https://github.com/kairos-io/tpm-helpers.git
synced 2025-09-05 15:11:09 +00:00
Fixup tests, add testing pipelines and small refactors
Signed-off-by: Ettore Di Giacinto <edigiacinto@suse.com>
This commit is contained in:
@@ -2,6 +2,7 @@ package backend
|
||||
|
||||
import "net"
|
||||
|
||||
// Socket returns a fake TPM interface from a unix socket
|
||||
func Socket(f string) (*FakeTPM, error) {
|
||||
conn, err := net.Dial("unix", f)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user