BSI-Bund / TaSK

The "TaSK Framework" is a configurable test tool for performing TLS conformity tests based on the Technical Guideline TR-03116-TS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Execute a TestRunPlan over ReST requires dummy RMIURL.

carschu opened this issue · comments

I want to upload and execute my working TestRunPlan over ReST endpoint {baseUrl}/execute/trp and get the error.

    "statuscode": "400",
    "errormessage": "Bad Request: Received TestRunplan could not be parsed: TaSKRequestHandler: RMI URL is not defined in TestRunPlan.",

I'm a little bit confused why I must to add a (dummy) RMI endpoint to my TestRunPlan. From my point of view it is only necessary for Clients under test. I'm able to continue with this workaround.

    <RMIURL>localhost</RMIURL>
    <RMIPort>1099</RMIPort>