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

WIP: 🌱 added tests for loadTLSConfigFromEnv in factory_test.go #1589

Closed
wants to merge 4 commits into from

Commits on Mar 5, 2024

  1. added tests for loadTLSConfigFromEnv in factory_test.go

    This commit introduces a set of comprehensive tests for the factory functions in the "factory_test.go" file of the ironic package. The tests cover various scenarios and edge cases related to loading configuration from environment variables, handling endpoints, and loading TLS configuration.
    
    Signed-off-by: danish siddiqui <[email protected]>
    danish9039 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    1e40851 View commit details
    Browse the repository at this point in the history
  2. updated TestLoadTLSConfigFromEnvin factory_test.go

    Signed-off-by: danish siddiqui <[email protected]>
    danish9039 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    cd9d57b View commit details
    Browse the repository at this point in the history
  3. fix lint errors

    Signed-off-by: danish siddiqui <[email protected]>
    danish9039 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    aef07f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. fixed tests

    Signed-off-by: danish siddiqui <[email protected]>
    danish9039 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    8578b40 View commit details
    Browse the repository at this point in the history