SCCP_Tests.default: Use "SccpDemoUser" as VTY prompt

It seems that our TTCN3 VTY/Telnet module no longer supports '-'
inside prompt.  However, older sccp_demu_user programs in
libosmo-sccp.git before Change-Id
I4b6d7dd6fdf7521a4a9071e50ac1dcb2993c74bb use this.

Let's adjust our expectation here to the new dash-less variant.

Change-Id: Ib00f1f89bf1484d8a8e07be8c0a1fc849bcf03a0
This commit is contained in:
Harald Welte 2020-01-10 12:49:35 +01:00
parent 94c88f4bd5
commit 29adc89e60
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ mtc.FileMask := ERROR | WARNING;
*.SCCP_DEMO_USER_VTY.CTRL_READMODE := "buffered"
*.SCCP_DEMO_USER_VTY.CTRL_CLIENT_CLEANUP_LINEFEED := "yes"
*.SCCP_DEMO_USER_VTY.CTRL_DETECT_CONNECTION_ESTABLISHMENT_RESULT := "yes"
*.SCCP_DEMO_USER_VTY.PROMPT1 := "sccp-demo-user> "
*.SCCP_DEMO_USER_VTY.PROMPT1 := "SccpDemoUser> "
[MODULE_PARAMETERS]
M3UA_Emulation.tsp_logVerbose := true;
@ -35,7 +35,7 @@ SCCP_Tests.sccp_cfg := {
}
};
Osmocom_VTY_Functions.mp_prompt_prefix := "sccp-demo-user";
Osmocom_VTY_Functions.mp_prompt_prefix := "SccpDemoUser";
[MAIN_CONTROLLER]