Skip to content

Commit

Permalink
test: actually nuke node statuses with the right field (for e2e tests…
Browse files Browse the repository at this point in the history
… to run nicely)
  • Loading branch information
carlmontanari committed May 27, 2024
1 parent 0e5bbfe commit a9a28a5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,6 @@ status:
udpPorts:
- 161
kind: containerlab
nodeReadiness:
srl1: notready
srl2: notready
reconcileHashes:
config: 25ea403243c3741d3013049756aa02db0ad8dc3d0d9bf803dc1576f9dda33649
filesFromURL: {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ status:
udpPorts:
- 161
kind: containerlab
nodeReadiness:
srl1: notready
reconcileHashes:
config: 420183e825ce8790275e3d08f0d8c4fedf4557d1cd227bf25d9be78b23803438
filesFromURL: {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,6 @@ status:
udpPorts:
- 161
kind: containerlab
nodeReadiness:
srl1: notready
srl2: ready
reconcileHashes:
config: 25ea403243c3741d3013049756aa02db0ad8dc3d0d9bf803dc1576f9dda33649
filesFromURL: {}
Expand Down
2 changes: 1 addition & 1 deletion testhelper/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func NormalizeTopology(t *testing.T, objectData []byte) []byte {
objectData = YQCommand(
t,
objectData,
"del(.status.nodeStatuses)",
"del(.status.nodeReadiness)",
)

return objectData
Expand Down

0 comments on commit a9a28a5

Please sign in to comment.