Skip to content

ToscaExecutionClient.sh (Linux) "--importResults" flag not considered #9

@pitschr

Description

@pitschr

I have impression that --importResults true has no effect for ToscaExecutionClient.sh because I do not see the results in the Tosca Project. but I can see the results on Tricentis DEX > Event Monitor.

As per documentation I expect that the results is imported in the Tosca Project, where we can then see the results in the Execution List on Tosca Commander (local installation, after "Update all" of course)

importResults | Import results into your Tosca project. Possible values are "true" and "false".

Can you please validate if the documentation is correct or if my understanding was wrong? Or perhaps there is a combination that prevents from importing the results into Tosca project? Thank you.

This is how I execute on our GitLab CI/CD:

      ./tosca_execution_client.sh \
        --toscaServerUrl "$TOSCA_DEX_HOST" \
        --events "$TOSCA_TESTEVENTS" \
        --projectName "$TOSCA_WORKSPACE_NAME" \
        --clientId "$TOSCA_CLIENT_ID" \
        --clientSecret "$TOSCA_CLIENT_SECRET" \
        --caCertificate "$TOSCA_CA_CERTIFICATE" \
        --creator "GitLab Pipeline #$CI_PIPELINE_ID (Branch: ${TOSCA_BRANCH_NAME})" \
        --importResults true \    <=================================== this line seem have no effect
        --pollingInterval 10 \
        --resultsFolderPath "$ARTIFACT_REPORTS_TOSCA"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions