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

integration_tests: mount more paths IN_PLACE #838

Merged
merged 1 commit into from
Mar 11, 2021

Conversation

OddBloke
Copy link
Collaborator

Proposed Commit Message

integration_tests: mount more paths IN_PLACE

This mounts the full directories that we install into systems over their
corresponding paths within the system under test, getting us slightly
closer to testing what a package would install.

Test Steps

Make a change to the relevant files locally, run:

CLOUD_INIT_KEEP_INSTANCE=true CLOUD_INIT_CLOUD_INIT_SOURCE=IN_PLACE pytest tests/integration_tests/modules/test_runcmd.py

(or any other single test) and observe that your changes are present in the instance.

Checklist:

  • My code follows the process laid out in the documentation
  • I have updated or added any unit tests accordingly
  • I have updated or added any documentation accordingly

This mounts the full directories that we install into systems over their
corresponding paths within the system under test, getting us slightly
closer to testing what a package would install.
@OddBloke OddBloke merged commit 74e1e50 into canonical:master Mar 11, 2021
@OddBloke OddBloke deleted the tests branch March 11, 2021 16:18
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