Bug 1063207
| Summary: | rpm repo publishing fails | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | mkovacik | ||||
| Component: | rpm-support | Assignee: | Barnaby Court <bcourt> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | pulp-qe-list | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | Master | CC: | skarmark | ||||
| Target Milestone: | --- | Keywords: | Triaged | ||||
| Target Release: | 2.4.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-08-09 06:55:26 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
This was fixed in a prior release of Pulp, but we never put it through the QE process. Moving to ON_QA. Verified With: https://github.com/RedHatQE/pulp-automation/blob/master/tests/test_13_cli_consumer.py In pulp-server: Version : 2.4.0 Release : 0.10.beta.git.1.7406489.fc20 # screen log [root@ec2-54-73-150-13 pulp_auto]# nosetests -vs tests/test_13_cli_consumer.py test_01_api_registered_consumer (tests.test_13_cli_consumer.CliConsumerTest) ... ok test_02_bind_distributor (tests.test_13_cli_consumer.CliConsumerTest) ... ok test_03_assert_yum_repos (tests.test_13_cli_consumer.CliConsumerTest) ... ok test_04_assert_unit_install (tests.test_13_cli_consumer.CliConsumerTest) ... ok test_05_assert_unit_uninstall (tests.test_13_cli_consumer.CliConsumerTest) ... ok test_06_assert_nonexisten_unit_install (tests.test_13_cli_consumer.CliConsumerTest) ... FAIL test_07_assert_nonexisten_unit_uninstall (tests.test_13_cli_consumer.CliConsumerTest) ... FAIL test_08_unbind_repos (tests.test_13_cli_consumer.CliConsumerTest) ... ok This has been fixed in Pulp 2.4.0-1. |
Created attachment 861307 [details] scenario screen capture with error details as propagated via tasks Description of problem: Performing a publis on a rpm repo fails with an error: 'PublishDrpmStep' object has no attribute 'context' Version-Release number of selected component (if applicable): pulp-rpm-plugins-2.4.0-0.2.alpha.git.8.6f5588d.fc20.noarch How reproducible: Always Steps to Reproduce: 1. create a rpm repo 2. sync rpm repo 3. publish rpm repo Actual results: Error: 'PublishDrpmStep' object has no attribute 'context' Expected results: publis works Additional info: