Bug 866947

Summary: Implement TestPlan.components container
Product: [Fedora] Fedora Reporter: Petr Šplíchal <psplicha>
Component: python-nitrateAssignee: Petr Šplíchal <psplicha>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: ohudlick, psplicha
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-nitrate-1.0-1.el7 Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-02-10 12:24:39 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:
Bug Depends On: 866974    
Bug Blocks:    

Description Petr Šplíchal 2012-10-16 11:31:07 UTC
Description of problem:

Currently it's not possible to link/unlink default components
related to a test plan. Please provide a new TestPlan property
components which would support add() and remove() methods.

Comment 1 Petr Šplíchal 2014-03-08 08:20:45 UTC
PlanComponents container implemented

https://github.com/psss/python-nitrate/commit/d3e8324dcdcce54431f74d5322c932ae1f7fba32

Note that the functionality is for now blocked by BZ#866974.
Hopefully we get this implemented on the server side soon.