Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cloud-provider: Replace gocheck with built-in go test #32212

Merged
merged 3 commits into from
Apr 30, 2024

Commits on Apr 29, 2024

  1. pkg/aws: Replace gocheck with built-in go test

    Signed-off-by: Tam Mach <tam.mach@cilium.io>
    sayboras committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    a3e9f0f View commit details
    Browse the repository at this point in the history
  2. pkg/alibabacloud: Replace gocheck with built-in go test

    Signed-off-by: Tam Mach <tam.mach@cilium.io>
    sayboras committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    94aa886 View commit details
    Browse the repository at this point in the history
  3. pkg/azure: Replace gocheck with built-in go test

    One point worth noting is the removal of api_interaction_test.go. This
    test is not even complied and didn't run for a long time, so better just
    clean it up.
    
    Signed-off-by: Tam Mach <tam.mach@cilium.io>
    sayboras committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    ea0d2a5 View commit details
    Browse the repository at this point in the history