We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 791b461 commit 3b8f068Copy full SHA for 3b8f068
feature/gnsi/credentialz/tests/host_certificates/host_certificates_test.go
@@ -22,12 +22,12 @@ import (
22
"time"
23
24
"github.com/google/go-cmp/cmp"
25
- "github.com/openconfig/ondatra/gnmi"
26
-
27
"github.com/openconfig/featureprofiles/internal/args"
+ "github.com/openconfig/featureprofiles/internal/deviations"
28
"github.com/openconfig/featureprofiles/internal/fptest"
29
"github.com/openconfig/featureprofiles/internal/security/credz"
30
"github.com/openconfig/ondatra"
+ "github.com/openconfig/ondatra/gnmi"
31
"golang.org/x/crypto/ssh"
32
)
33
0 commit comments