« Return to Thread: Need help on Product.methods in testopia.py

Need help on Product.methods in testopia.py

by Poornima Nayak-2 :: Rate this Message:

| View in Thread

Hi All

To get quick response I have included Will Woods & David Malcolm, since
this is my first mail to mozilla mailing list not sure how quick I will
receive reply.

Issue I am facing is none of the 'Product' related api's defined in
testopia.py works. For example, if I want to get product id by using
product_lookup_id_by_name, I am observing following error
testopia.TestopiaXmlrpcError: Error while executing cmd
'Product.check_product('Linux Base')' --> <Fault Client: 'Failed to locate
method (check_product) in class
(Bugzilla::Extension::LTC::WebService::Product) at
/usr/lib/perl5/site_perl/5.8.8/SOAP/Lite.pm line 2820.\n'>

The document here
http://landfill.mozilla.org/testopia/docs/en/html/api/extensions/Testopia/lib/Product.html 
says use check_product to get product id.
I feel issue here is it is supposed to look for check_product under  
Bugzilla::Extension::Testopia::WebService::Product , but w.r.t our
bugzilla setup it is looking for the method in
Bugzilla::Extension::LTC::WebService::Product.
Let me know how to resolve this issue. I verified that none of the api's
defined for 'Product' works with same issue 'Failed to locate method'

Regards
Poornima
_______________________________________________
support-webtools mailing list
support-webtools@...
https://lists.mozilla.org/listinfo/support-webtools

 « Return to Thread: Need help on Product.methods in testopia.py