test: add basic signal IT tests

This commit is contained in:
braginini
2021-06-14 16:57:18 +02:00
parent 8b31088968
commit 5f8a489f90
5 changed files with 164 additions and 6 deletions

4
go.mod
View File

@@ -4,8 +4,10 @@ go 1.16
require (
github.com/cenkalti/backoff/v4 v4.1.0
github.com/golang/protobuf v1.4.3
github.com/golang/protobuf v1.5.2
github.com/google/nftables v0.0.0-20201230142148-715e31cb3c31
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.13.0
github.com/pion/ice/v2 v2.1.7
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.3