Comment 6 for bug 1514797

Revision history for this message
Artem Panchenko (apanchenko-8) wrote :

@Oleksiy,

please look carefully at the traceback you attached, it contains the following line:

---> 53 return self.__send_request('GET', uri, None)

It refers to line #53 of fuel-qa/fuelweb_test/testrail/testrail.py script, here is how that line currently looks at 'fuel-qa' master branch:

https://github.com/openstack/fuel-qa/blob/56f80160c7af56a13275d9bfc3d5af03b58aa472/fuelweb_test/testrail/testrail.py#L53

So obviously either you are using non-master branch of 'fuel-qa' repo or your version of code is outdated.