StatsD_Checker: Enable by default

It was previously disabled by default in order to avoid test breakage
with older versions of osmocom projects not supporting them. Since we
just did a new release, all -latest contian now master which should work
fine.

Don't remove the moduleparam yet in order to avoid breakage with some
cfg files in docker-playground.git still setting it to true.

Related: OS#5042
Change-Id: I4e2049c109986906d3c985ca2282174b1abff581
This commit is contained in:
Pau Espin 2021-02-26 12:40:37 +01:00
parent 08332307ea
commit 4858184bd4
4 changed files with 1 additions and 4 deletions

View File

@ -29,6 +29,5 @@ mtc.FileMask := LOG_ALL | TTCN_DEBUG | TTCN_MATCHING | DEBUG_ENCDEC;
[MODULE_PARAMETERS]
Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoBSC";
StatsD_Checker.mp_enable_stats := true;
[EXECUTE]

View File

@ -38,7 +38,7 @@ import from TELNETasp_PortType all;
modulepar {
/* Whether to test stats values */
boolean mp_enable_stats := false;
boolean mp_enable_stats := true;
}
type record StatsDExpect {

View File

@ -8,7 +8,6 @@ ConsoleMask := ERROR | WARNING | TESTCASE | TIMEROP_START | USER
[MODULE_PARAMETERS]
Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoNSdummy";
StatsD_Checker.mp_enable_stats := true;
[TESTPORT_PARAMETERS]
*.NSVTY.CTRL_MODE := "client"

View File

@ -30,7 +30,6 @@ SGSN_Components.mp_gb_cfg := {
};
Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoPCU";
PCUIF_Types.mp_pcuif_version := 10;
StatsD_Checker.mp_enable_stats := true;
[TESTPORT_PARAMETERS]
*.PCU.socket_type := "SEQPACKET"