2017-04-18 11 views
0

testlink 프로젝트에서 testplanid를 얻는 방법은 무엇입니까? 내 테스트 계획에 이름이 'myTestProjectTestBuild'를 부여했지만, testplanid으로이 이름을주고있는 동안, 그것은 The Test Plan ID (0) provided does not exist!testlink 프로젝트에서 testplanid를 얻는 방법

>>> tls.getBuildsForTestPlan('myTestProjectTestBuild') 
Traceback (most recent call last): 
    File "<stdin>", line 1, in <module> 
    File "/usr/lib/python2.7/site-packages/testlink/testlinkdecorators.py", line 140, in wrapperReplaceTLResponseError 
    response = methodAPI(self, *argsPositional, **argsOptional) 
    File "/usr/lib/python2.7/site-packages/testlink/testlinkdecorators.py", line 112, in wrapperAddDevKey 
    return methodAPI(self, *argsPositional, **argsOptional) 
    File "/usr/lib/python2.7/site-packages/testlink/testlinkdecorators.py", line 100, in wrapperWithArgs 
    *argsPositional, **argsOptional) 
    File "/usr/lib/python2.7/site-packages/testlink/testlinkapigeneric.py", line 1515, in callServerWithPosArgs 
    self._checkResponse(response, methodNameAPI, argsOptional) 
    File "/usr/lib/python2.7/site-packages/testlink/testlinkapigeneric.py", line 1879, in _checkResponse 
    response[0]['message'], response[0]['code']) 
testlink.testlinkerrors.TLResponseError: 3000: (getBuildsForTestPlan) - The Test Plan ID (0) provided does not exist! 
getBuildsForTestPlan({'testplanid': 'myTestProjectTestBuild', 'devKey': 'xyz'}) 

누군가가 제가있는 testLink에 testplanid 얻을 수있는 곳에서 알려 수 있다고?

답변

1

나는 testplanid의 값을 tls.getProjectTestPlans('<project_id')으로 받았습니다.