blob: 899286562e467291d1ca015218ad24bd63bf8dd2 [file] [log] [blame]
[INCLUDE]
"coap_basic_params.cfg"
"coap_basic_fsms.cfg"
"coap_basic_templates.cfg"
[MODULE_PARAMETERS]
tsp_EPTF_ExecCtrl_LGenPool_Declarators :=
{
{
name := "Pool_CoAP_Clients",
lgenPoolItems := { { hostname := "localhost", num := 4, createFunctionName := "RIoT.createLGen" } }
}
}
tsp_EPTF_ExecCtrl_EntityGroup2LGenPool_List :=
{
{
eGrpName := "IotClients",
lgenPoolName := "Pool_CoAP_Clients"
}
}
tsp_LGenBase_EntityGrpDeclarators := {
{ name := "IotClients", eType := "IOT_Entity", eCount := 10000 }
}
tsp_EPTF_ExecCtrl_Scenario2EntityGroupList := {
{ scenarioName := "IotClientScenario", eGrpName := "IotClients", name := omit}
}
tsp_LGenBase_TcMgmt_tcTypeDeclarators2 := {
{
name := "TC_CORE02_POST",
fsmName := "TC_CORE02_POST_FSM",
entityType := "IOT_Entity",
customEntitySucc := ""
}
}
tsp_LGenBase_TcMgmt_ScenarioDeclarators3 :=
{
{
name := "IotClientScenario",
tcList := {
{
tcName := "TC_CORE02_POST",
tcParamsList := {
{startDelay := 1.0},
{target := { cpsToReach := 1.0 }},
{scheduler := {preDefinedName := cs}},
{enableEntitiesAtStart := true},
{enabledAtStart := true}
//{trafficStartFinish := {
// {nrOfExecStart := {count := 100, actions := {}}},
// {nrOfSuccesses := {count := 100, actions := {}}}
// }
//}
}
}
},
scParamsList := {
{enabled := true}
}
}
}