Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • T titan.EclipsePlug-ins
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 102
    • Issues 102
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Eclipse ProjectsEclipse Projects
  • Eclipse Titan
  • titan.EclipsePlug-ins
  • Issues
  • #420
Closed
Open
Issue created Jun 08, 2021 by Adam Knapp@aknappqwtMaintainer

Incorrect parsing of hostname and port parameters from MCTR output

In some case (ca. in every second run) the hostname and port parameters from the output of the main controller is not parsed properly, therefore the sh command starting the HC is invalid. For example: Erroneous case:

...
Using configuration file: /home/enikdim/Eclipse_workspaces/Generic_AutoLT/Generic_AutoLT/AutoLT_new.cfg
MC@seroius02093: Listening on TCP port 37773.
MC information:
...

sh -c ssh $TTCN_HOST "setenv TTCN3_LICENSE_FILE $HOME/.TTCNv3/license.dat; cd /home/enikdim/Eclipse_workspaces/Generic_AutoLT/Generic_AutoLT/bin; ./../AutoLT MC seroius02093";

Working case:

...
Using configuration file: /home/enikdim/Eclipse_workspaces/Generic_AutoLT/Generic_AutoLT/AutoLT_new.cfg
MC@seroius02093: Listening on TCP port 43216.
MC information:
...

sh -c ssh $TTCN_HOST "setenv TTCN3_LICENSE_FILE $HOME/.TTCNv3/license.dat; cd /home/enikdim/Eclipse_workspaces/Generic_AutoLT/Generic_AutoLT/bin; ./../AutoLT seroius02093 43216";

Assignee
Assign to
Time tracking

Copyright © Eclipse Foundation, Inc. All Rights Reserved.     Privacy Policy | Terms of Use | Copyright Agent