Bug 854795

Summary: [XML-RPC] TestRun.update() can not update the build_id
Product: [Other] TCMS Reporter: Xin Gao <xgao>
Component: XMLRPCAssignee: Zheng Liu <zheliu>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: 3.8.0CC: mshao, psplicha, ryang, yawli, zheliu
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-09-24 01:37:03 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:

Description Xin Gao 2012-09-06 01:54:51 UTC
Description of problem:
TestRun.update() can not update the build_id

Version-Release number of selected component (if applicable):
tcms 3.8 on stage/product

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:
build_id couldn't be updated, and there's no any error info

Expected results:
build_id can be upodated

Additional info:

Comment 1 Zheng Liu 2012-09-24 01:37:03 UTC
According to the xmlrpc doc, It works by updating build with
 'TestRun.update(xxx, {'build':xxx})'. 
So close this bug.