Skip to content

Commit

Permalink
add validation for resetter interface for cptx (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmasi authored Aug 18, 2022
1 parent 0069183 commit cbd1e77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions topo/node/cptx/cptx.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ type Node struct {
// Add validations for interfaces the node provides
var (
_ node.ConfigPusher = (*Node)(nil)
_ node.Resetter = (*Node)(nil)
)

// SpawnCLIConn spawns a CLI connection towards a Network OS using `kubectl exec` terminal and ensures CLI is ready
Expand Down

0 comments on commit cbd1e77

Please sign in to comment.