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

fix: Invalid "seedfrom" in NoCloud system configuration #5701

Merged
merged 2 commits into from
Sep 13, 2024

Conversation

TheRealFalcon
Copy link
Member

Proposed Commit Message

Use individual commits

Additional Context

First commit is just pytestifying the tests so I can later use the caplog fixture.

Test Steps

Merge type

  • Squash merge using "Proposed Commit Message"
  • Rebase and merge unique commits. Requires commit messages per-commit each referencing the pull request number (#<PR_NUM>)

Comment on lines 15 to 17
@pytest.fixture
def paths(tmpdir):
yield helpers.Paths({"cloud_dir": tmpdir, "run_dir": tmpdir})
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We already have a paths fixture in the top-level conftest.py so no need to reinvent here.

@blackboxsw blackboxsw force-pushed the nocloud-typo branch 2 times, most recently from df06fdb to f809d7d Compare September 13, 2024 03:16
Copy link
Collaborator

@blackboxsw blackboxsw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for the additional test coverage here asserting that sys_config files can still provide NoCloud.seedfrom urls.

@TheRealFalcon
Copy link
Member Author

+1 to your change

@TheRealFalcon TheRealFalcon merged commit 2c80c5a into canonical:main Sep 13, 2024
21 checks passed
TheRealFalcon added a commit that referenced this pull request Sep 13, 2024
@TheRealFalcon TheRealFalcon deleted the nocloud-typo branch September 13, 2024 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants