Bug 808692 - [REF] xmlrpc need a method for get tag list for all test cases in one test plan.
Summary: [REF] xmlrpc need a method for get tag list for all test cases in one test plan.
Keywords:
Status: VERIFIED
Alias: None
Product: TCMS
Classification: Other
Component: Application
Version: 3.5
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 3.7.0
Assignee: Yang Ren
QA Contact: Nobody
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-31 08:53 UTC by Johnny Liu
Modified: 2022-03-14 03:24 UTC (History)
3 users (show)

Fixed In Version: 3.7.0-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description Johnny Liu 2012-03-31 08:53:42 UTC
Description of problem:
xmlrpc need a method to help user to get tag list for all test cases in one test plan.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 yawei Li 2012-04-11 02:55:58 UTC
will be resolved on 3.7.0 release.

Comment 2 Xin Gao 2012-04-24 11:50:49 UTC
Verify version 3.7.0-1 on stage -> PASS

Steps:
Configure Nitrate xml-rpc and make sure the xml-rpc work well.
Configure step pls refer to following link,
https://mirrorglass.englab.nay.redhat.com/XWiki/bin/view/Main/How%20to%20configure%20and%20use%20xml-rpc
Login with your kerberos account and password
enter into python dev env: $ python
import natrite: >>>from nitrate import NitrateKerbXmlrpc
Specify server: >>>n=NitrateKerbXmlrpc('XXX')
note: 'XXX' is TCMS env, such as: 'https://tcms.englab.nay.redhat.com/'

Call method,
>>>n.server.TestPlan.get_allcases_tags(plan_id)

Actual result:
result is the list of tag IDs for all of the cases in the specified test plan.


Note You need to log in before you can comment on or make changes to this bug.