Hello,

I have the following setup:

jenkins (v1.549)
testlink (v1.9.7)
jenkins SSH Slaves plugin (v1.6)
jenkins-testlink-plugin (3.10)

My "freestyle" job is configured pretty standard:

- Invoke TestLink: 
 - TestLink Configuration:
  ...
  Custom Fields: Test Case Name

 - Test Execution:
  - Iterative Test Build Steps: Shell script is executed to produce a tap 
file

 - Result Seeking Strategy
  - Include Pattern: *.tap
  - Key Custom Field: Test Case Name
  - Attach TAP Stream: enabled

Now when the job is ran on the master, everything is fine: I can see the 
expected in the TestLink section like:

> Build ID: xyz
> Build Name: xxx
> Passed: 1
> ...
> Total: 1
>

However, when ran on the slave the Testlink plugin is somehow not aware 
that the test has been exectued. Because it reports: *Not Run: 1*

Build ID: xyz
> Build Name: xxx
> Passed: 0
> ...
> Not Run: 1
> Total: 1
>

However, the build output is pretty much the same, in both cases (master 
and slave):

 

> ...
>
> Found 1 automated test cases in TestLink.
>
> Sorting automated test cases by TestLink test plan execution order.
>
> Executing single Build Steps.
>
> Executing iterative Build Steps.
>
> Merging build environment variables with data retrieved from TestLink.
> ...
> Looking for the test results of TestLink test cases.
>
> Found 1 test result(s).
>
> Finished: SUCCESS
>
>

Is Testlink plugin supposed to work with slave configuration ?

Thanks,
Marian

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to