Loading AtsImsIot/AtsImsIot_Templates.ttcn +0 −37 Original line number Diff line number Diff line Loading @@ -1917,43 +1917,6 @@ module AtsImsIot_Templates { }, eutInfoList := PX_IOT_EUTs_IFACE_INFO_LIST } template GeneralConfigurationReq m_generalConfigurationReq_onlinewithoutEUTs := { captureProcessIpAddress := "127.0.0.1", captureProcessPort := 5501, captureMode := { liveCpature := { physicalInterfaces := { PX_IOT_IFACES }, recordMode := PX_IOT_RECORD_MODE } }, eutInfoList := omit } template GeneralConfigurationReq m_generalConfigurationReq_onlinewithbadEUTs := { captureProcessIpAddress := "127.0.0.1", captureProcessPort := 5501, captureMode := { liveCpature := { physicalInterfaces := { PX_IOT_IFACES }, recordMode := PX_IOT_RECORD_MODE } }, eutInfoList := { { eut := "User A", ipAddress := "10.7.6.4", portNumber := 6610 }, { eut := "User B", ipAddress := "10.7.6.4", portNumber := 6610 } } } template GeneralConfigurationReq m_generalConfigurationReq_merge := { captureProcessIpAddress := "127.0.0.1", captureProcessPort := 5501, Loading Loading
AtsImsIot/AtsImsIot_Templates.ttcn +0 −37 Original line number Diff line number Diff line Loading @@ -1917,43 +1917,6 @@ module AtsImsIot_Templates { }, eutInfoList := PX_IOT_EUTs_IFACE_INFO_LIST } template GeneralConfigurationReq m_generalConfigurationReq_onlinewithoutEUTs := { captureProcessIpAddress := "127.0.0.1", captureProcessPort := 5501, captureMode := { liveCpature := { physicalInterfaces := { PX_IOT_IFACES }, recordMode := PX_IOT_RECORD_MODE } }, eutInfoList := omit } template GeneralConfigurationReq m_generalConfigurationReq_onlinewithbadEUTs := { captureProcessIpAddress := "127.0.0.1", captureProcessPort := 5501, captureMode := { liveCpature := { physicalInterfaces := { PX_IOT_IFACES }, recordMode := PX_IOT_RECORD_MODE } }, eutInfoList := { { eut := "User A", ipAddress := "10.7.6.4", portNumber := 6610 }, { eut := "User B", ipAddress := "10.7.6.4", portNumber := 6610 } } } template GeneralConfigurationReq m_generalConfigurationReq_merge := { captureProcessIpAddress := "127.0.0.1", captureProcessPort := 5501, Loading