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

🌱 Refactoring: split update_opts.go and updateopts_test.go #1717

Merged
merged 1 commit into from
Jul 1, 2024

Commits on May 14, 2024

  1. Refactoring: split update_opts.go and updateopts_test.go

    update_opts.go contains helpers for Ironic PATCH API that are not tied
    to the provisioner and thus are better haused in the clients module
    (renamed to match the existing convention).
    
    updateopts_test.go is a mix of tests for update_opts.go and a few
    provision-specific functions. The former are migrated to clients as
    well, the latter - to the more suitable provision_test.py.
    
    Signed-off-by: Dmitry Tantsur <dtantsur@protonmail.com>
    dtantsur committed May 14, 2024
    Configuration menu
    Copy the full SHA
    6d8ab3b View commit details
    Browse the repository at this point in the history