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

Tests must be invoked with a qcow2 test subject #388

Closed
stefwalter opened this issue Sep 28, 2017 · 2 comments
Closed

Tests must be invoked with a qcow2 test subject #388

stefwalter opened this issue Sep 28, 2017 · 2 comments

Comments

@stefwalter
Copy link

The tests must be invoked with a test subject, and not a running Atomic Host.

Each change (package or otherwise) composed in the pipeline should prepare a test subject (ie: qcow):

https://fedoraproject.org/wiki/Changes/InvokingTests

The tests are invoked with that test subject, which will then launch and/or consume it as appropriate. Multiple techniques are available to do this, among which might be:

  • Recomposing a qcow2 each time (expensive)
  • Running an rpm-ostree rebase inside an existing qcow2
  • Running an rpm-ostree install inside an existing qcow2
@stefwalter
Copy link
Author

Some partial work on this is done here: #383, but as @johnbieren pointed out when looking at that pull request. More work is necessary.

@stefwalter stefwalter changed the title The tests must be invoked with a qcow2 test subject Tests must be invoked with a qcow2 test subject Sep 28, 2017
@arilivigni
Copy link
Member

This is completed:

#395

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

No branches or pull requests

2 participants