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

Skip a test case affected by Pulp issue 2082 #333

Merged
merged 1 commit into from Jul 18, 2016
Merged

Skip a test case affected by Pulp issue 2082 #333

merged 1 commit into from Jul 18, 2016

Conversation

Ichimonji10
Copy link
Contributor

pulp_smash.tests.rpm.api_v2.test_iso_crud.AddImporterDistributorTestCase
is affected by Pulp issue 2082:

It's possible to add an ISO importer to an RPM repository by making an
HTTP post request to /pulp/api/v2/repositories/{repo_id}/importers/,
with a body of {"importer_type_id": "iso_importer"}. Under the current
development version of Pulp (2.10), this fails with an HTTP 500 error.

For more information, see: https://pulp.plan.io/issues/2082

`pulp_smash.tests.rpm.api_v2.test_iso_crud.AddImporterDistributorTestCase`
is affected by Pulp issue 2082:

> It's possible to add an ISO importer to an RPM repository by making an
> HTTP post request to /pulp/api/v2/repositories/{repo_id}/importers/,
> with a body of {"importer_type_id": "iso_importer"}. Under the current
> development version of Pulp (2.10), this fails with an HTTP 500 error.

For more information, see: https://pulp.plan.io/issues/2082
@Ichimonji10
Copy link
Contributor Author

Ichimonji10 commented Jul 18, 2016

Tested against Pulp 2.9 and master (2.10) with:

python -m unittest2 pulp_smash.tests.rpm.api_v2.test_iso_crud

AddImporterDistributorTestCase is skipped under only Pulp 2.10. This change fixes several failures in Jenkins.

@coveralls
Copy link

coveralls commented Jul 18, 2016

Coverage Status

Coverage remained the same at 70.543% when pulling 787ef9e on Ichimonji10:pulp-2082 into 013b899 on PulpQE:master.

@Ichimonji10 Ichimonji10 merged commit 787ef9e into pulp:master Jul 18, 2016
@Ichimonji10 Ichimonji10 deleted the pulp-2082 branch July 18, 2016 19:47
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