Bug 1119170
Summary: | [xmlrpc]There is no checking on the bug_system_id when invoking the TestCase.attach_bug method | ||
---|---|---|---|
Product: | [Other] TCMS | Reporter: | Tingting Zhao <tzhao> |
Component: | XMLRPC | Assignee: | Yang Ren <ryang> |
Status: | VERIFIED --- | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.8.8 | CC: | cqi, leiwang, ryang |
Target Milestone: | --- | ||
Target Release: | 3.8.11 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 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
Tingting Zhao
2014-07-14 08:10:06 UTC
In the following results,both of their bug_system are the same,but actually the bug types are different,which one is bugzilla and the other is jira. [{'bug_id': '23432', 'bug_system': 'Red Hat\nBugzilla', 'bug_system_id': 1, 'case': 'test case 1', 'case_id': 390009, 'case_run': None, 'case_run_id': None, 'description': 'just do testing', 'id': 120333, 'summary': 'test atach bug'}, {'bug_id': 'TCMS-234', 'bug_system': 'Red Hat\nBugzilla', 'bug_system_id': 1, 'case': 'test case 1', 'case_id': 390009, 'case_run': None, 'case_run_id': None, 'description': 'just do testing', 'id': 120334, 'summary': 'test atach bug'}] changed to 3.8.8 as it happened on product env too. verify on devel server with v3.8.11-1------>pass verify steps are the same as description. |