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

Run pulpcore functional tests as part of the Travis job #118

Merged
merged 1 commit into from Sep 12, 2018

Conversation

daviddavis
Copy link
Contributor

@daviddavis daviddavis commented Sep 12, 2018

Since pulpcore functional tests use pulp_file, a change in pulp_file could break these tests. Therefore, we need to run pulpcore tests against pulp_file PRs.

closes #4000
https://pulp.plan.io/issues/4000

@@ -30,6 +30,10 @@ show_logs_and_return_non_zero() {
}
pytest -v -r sx --color=yes --pyargs pulp_file.tests.functional || show_logs_and_return_non_zero

# test against pulpcore as well since pulpcore has a set of tests which use pulp_file
cd ../pulp
pytest -v -r sx --color=yes --pyargs tests.functional || show_logs_and_return_non_zero
Copy link
Collaborator

Choose a reason for hiding this comment

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

You can make it more specific and just run tests.functional.api.using_plugin

@daviddavis daviddavis force-pushed the issue4000 branch 2 times, most recently from 13a17ec to 2301284 Compare September 12, 2018 19:07
Since pulpcore functional tests use pulp_file, a change in pulp_file
could break these tests.

closes #4000
https://pulp.plan.io/issues/4000
@daviddavis
Copy link
Contributor Author

Ping @pulp/qe

@daviddavis daviddavis merged commit f3fad23 into pulp:master Sep 12, 2018
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.

None yet

4 participants