Skip to content

Commit

Permalink
Merge pull request #42 from kuidio/test
Browse files Browse the repository at this point in the history
fix failed test
  • Loading branch information
henderiw authored Nov 25, 2024
2 parents a2eb397 + 63d246d commit 139cae6
Show file tree
Hide file tree
Showing 98 changed files with 3 additions and 9,544 deletions.
6 changes: 3 additions & 3 deletions pkg/backend/testipam/ipam_static_prefix_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ func TestIPAMStaticPrefix(t *testing.T) {
{Prefix: "172.0.0.0/8"},
},
prefixes: []testprefix{
{claimType: staticPrefix, ip: "10.0.0.0/8", expectedError: true},
{claimType: staticPrefix, ip: "2000::/48", expectedError: true},
{claimType: staticPrefix, ip: "10.0.0.0/8", expectedError: false},
{claimType: staticPrefix, ip: "2000::/48", expectedError: false},
},
},
"NoParentIPv6": {
Expand All @@ -25,7 +25,7 @@ func TestIPAMStaticPrefix(t *testing.T) {
},
prefixes: []testprefix{
{claimType: staticPrefix, ip: "172.0.0.0/16", expectedError: false},
{claimType: staticPrefix, ip: "2000::/48", expectedError: true},
{claimType: staticPrefix, ip: "2000::/48", expectedError: false},
},
},
"ParentIPv6": {
Expand Down
68 changes: 0 additions & 68 deletions pkg/generated/clientset/versioned/typed/as/v1alpha1/asclaim.go

This file was deleted.

68 changes: 0 additions & 68 deletions pkg/generated/clientset/versioned/typed/as/v1alpha1/asentry.go

This file was deleted.

68 changes: 0 additions & 68 deletions pkg/generated/clientset/versioned/typed/as/v1alpha1/asindex.go

This file was deleted.

This file was deleted.

Loading

0 comments on commit 139cae6

Please sign in to comment.