xml rpc - TestLink xmlrpc API (via Python) 404 not found -
i'm trying connect testlink via xmlrpc api. i've set following in testlink's config.inc.php:
$tlcfg->api->enabled = true; $tlcfg->exec_cfg->enabled_test_automation = enabled; and restarted apache sever. tried connect testlink server via python package testlink-api-python-client (https://github.com/orenault/testlink-api-python-client)
from testlink import testlinkapiclient, testlinkhelper import sys url = 'http://myserver/testlink/lib/api/xmlrpc.php' devkey = 'mykey' tl_helper = testlinkhelper() mytestlink = tl_helper.connect(testlinkapiclient) mytestlink.__init__(url, devkey) mytestlink.checkdevkey() and receive tlconnectionerror, stating url, , 404 not found...
does have idea?
thanks.
i didn't solve it.
i reverted working on testlink db directly. i'm sure it's more fragile using api, works...
Comments
Post a Comment