Skip to content

Commit

Permalink
Update pkg/utils/net-attach-def_test.go
Browse files Browse the repository at this point in the history
switch test ordering

Co-authored-by: Miguel Duarte Barroso <mdbarroso@redhat.com>
  • Loading branch information
Brian-McM and maiqueb authored Feb 10, 2025
1 parent 1945b69 commit 77dfd49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/utils/net-attach-def_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,14 +286,14 @@ var _ = Describe("Netwok Attachment Definition manipulations", func() {
cniResult := &cni100.Result{
CNIVersion: "1.0.0",
Interfaces: []*cni100.Interface{
{
Name: "foo",
},
{
Name: "eth0",
Mac: "00:AA:BB:CC:DD:01",
Sandbox: "/path/to/network/namespace",
},
{
Name: "foo",
},
},
IPs: []*cni100.IPConfig{
{
Expand Down

0 comments on commit 77dfd49

Please sign in to comment.