blob: 00b31ab9c1cd55e1a99864522c900c67384acabf [file] [log] [blame]
[INCLUDE]
"coap_basic_params.cfg"
"coap_basic_fsms.cfg"
"coap_basic_templates.cfg"
[MODULE_PARAMETERS]
tsp_LGenBase_EntityGrpDeclarators := {
{ name := "IotClients", eType := "IOT_Entity", eCount := 100 },
{ name := "IotServer", eType := "IOT_Entity", eCount := 1 }
}
tsp_EPTF_ExecCtrl_Scenario2EntityGroupList := {
{ scenarioName := "IotClientScenario", eGrpName := "IotClients", name := omit},
{ scenarioName := "IotServerScenario", eGrpName := "IotServer", name := omit}
}
tsp_LGenBase_TcMgmt_tcTypeDeclarators2 := {
{
name := "TC_CORE01_GET",
fsmName := "TC_CORE01_GET_FSM",
entityType := "IOT_Entity",
customEntitySucc := ""
},
{
name := "TC_CORE02_POST",
fsmName := "TC_CORE02_POST_FSM",
entityType := "IOT_Entity",
customEntitySucc := ""
},
{
name := "TC_CORE_Server",
fsmName := "TC_CORE_Server_FSM",
entityType := "IOT_Entity",
customEntitySucc := ""
}
}
tsp_LGenBase_TcMgmt_ScenarioDeclarators3 :=
{
{
name := "IotClientScenario",
tcList := {
{
tcName := "TC_CORE01_GET",
tcParamsList := {
{startDelay := 1.0},
{target := { cpsToReach := 1.0 }},
{scheduler := {preDefinedName := cs}},
{enableEntitiesAtStart := true},
{enabledAtStart := true}
//{trafficStartFinish := {
// {nrOfExecStart := {count := 100, actions := {}}},
// {nrOfSuccesses := {count := 100, actions := {}}}
// }
//}
}
},
{
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}
}
},
{
name := "IotServerScenario",
tcList := {
{
tcName := "TC_CORE_Server",
tcParamsList := {
{startDelay := 0.0},
{target := { cpsToReach := 1.0 }},
{scheduler := {preDefinedName := cs}},
{enableEntitiesAtStart := true},
{enabledAtStart := true}
}
}
},
scParamsList := {
{enabled := true}
}
}
}