Closed
Bug 762364
Opened 13 years ago
Closed 13 years ago
Python Driver: Missing API and password less authentication to Testopia
Categories
(Testopia :: API, defect)
Testopia
API
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mpnayak, Assigned: gregaryh)
Details
Attachments
(2 files)
|
16.07 KB,
patch
|
Details | Diff | Splinter Review | |
|
3.42 KB,
patch
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux i686; rv:2.0) Gecko/20100101 Firefox/4.0
Build ID: 20110419185614
Steps to reproduce:
Testopia Python driver code in trunk has some gaps as below
1.Requires Login credentials to login to Bugzilla.
2.API's missing in original code and is required for automating testrun creation Testopia.
3.python2.7 is breaking python-Testopia package
Expected results:
fixes in the patch
supports.
1.Login to Bugzilla by using cookies so henceforth we need not save Bugzilla authentication credentials in configuration file. We need to authenticate once with our Bugzilla authentication, cookies will get saved in home directory.
2.API's which was missing in original code and is required for automating testrun creation Testopia.
3.Merged patch from the bug https://bugzilla.redhat.com/show_bug.cgi?id=621298 as Python 2.7 testopia driver also has same issue.
| Reporter | ||
Comment 1•13 years ago
|
||
| Assignee | ||
Comment 2•13 years ago
|
||
Committing to: /home/ghendricks/workspaces/testopia/testopia/
modified extensions/Testopia/contrib/drivers/python/testopia.py
Committed revision 662.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•13 years ago
|
||
When cookie file is not exiting login to bugzilla was failing. Tested and verified this code
You need to log in
before you can comment on or make changes to this bug.
Description
•