Bug 729233
Summary: | XMLRPC: New TestCasePlan class | ||
---|---|---|---|
Product: | [Other] TCMS | Reporter: | Petr Šplíchal <psplicha> |
Component: | Application | Assignee: | Yang Ren <ryang> |
Status: | VERIFIED --- | QA Contact: | Nobody <nobody> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.5 | CC: | junzhang, ohudlick, ryang, vchen |
Target Milestone: | --- | ||
Target Release: | 3.8.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 3.8.0-1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | Type: | --- | |
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: | |||
Bug Blocks: | 593666, 869594 |
Description
Petr Šplíchal
2011-08-09 07:20:18 UTC
New TestCasePlan class, support get() and update() methods. Now TestCasePlan.update() method only support update sorkey. Thanks. Verify 3.8.0-1 on stage -->PASS Verify steps: 1. test TestCasePlan.get(case_id, plan_id) 2. test TestCasePlan.get(case_id, plan_id, new_sort_key) Actual result: works well. |