Loading ttcn/CAM/LibItsCam_Functions.ttcn +6 −6 Original line number Diff line number Diff line Loading @@ -114,14 +114,14 @@ module LibItsCam_Functions { tc_ac.start; alt { [] utPort.receive(UtCamResult:true) { setverdict (pass, "IUT initialized"); setverdict (pass, "*** f_utInitializeIut: PASS: IUT initialized ***"); } [] utPort.receive { setverdict (inconc, "IUT could not be initialized"); setverdict (inconc, "*** f_utInitializeIut: INCONC: IUT could not be initialized ***"); stop; } [] tc_ac.timeout { setverdict (inconc, "IUT could not be initialized in time"); setverdict (inconc, "*** f_utInitializeIut: INCONC: IUT could not be initialized in time ***"); stop; } } Loading Loading @@ -155,15 +155,15 @@ module LibItsCam_Functions { tc_ac.start; alt { [] utPort.receive(UtCamResult:true) { setverdict (pass, "Event correctly indicated at application layer"); setverdict (pass, "*** f_utCheckEvent: PASS: Event correctly indicated at application layer ***"); v_ret := e_success; } [] utPort.receive { setverdict (fail, "Event not correctly indicated at application layer"); setverdict (fail, "*** f_utCheckEvent: FAIL: Event not correctly indicated at application layer ***"); v_ret := e_error; } [] tc_ac.timeout { setverdict (inconc, "Timeout while waiting for event check result"); setverdict (inconc, "*** f_utCheckEvent: INCONC: Timeout while waiting for event check result ***"); v_ret := e_timeout; } } Loading Loading
ttcn/CAM/LibItsCam_Functions.ttcn +6 −6 Original line number Diff line number Diff line Loading @@ -114,14 +114,14 @@ module LibItsCam_Functions { tc_ac.start; alt { [] utPort.receive(UtCamResult:true) { setverdict (pass, "IUT initialized"); setverdict (pass, "*** f_utInitializeIut: PASS: IUT initialized ***"); } [] utPort.receive { setverdict (inconc, "IUT could not be initialized"); setverdict (inconc, "*** f_utInitializeIut: INCONC: IUT could not be initialized ***"); stop; } [] tc_ac.timeout { setverdict (inconc, "IUT could not be initialized in time"); setverdict (inconc, "*** f_utInitializeIut: INCONC: IUT could not be initialized in time ***"); stop; } } Loading Loading @@ -155,15 +155,15 @@ module LibItsCam_Functions { tc_ac.start; alt { [] utPort.receive(UtCamResult:true) { setverdict (pass, "Event correctly indicated at application layer"); setverdict (pass, "*** f_utCheckEvent: PASS: Event correctly indicated at application layer ***"); v_ret := e_success; } [] utPort.receive { setverdict (fail, "Event not correctly indicated at application layer"); setverdict (fail, "*** f_utCheckEvent: FAIL: Event not correctly indicated at application layer ***"); v_ret := e_error; } [] tc_ac.timeout { setverdict (inconc, "Timeout while waiting for event check result"); setverdict (inconc, "*** f_utCheckEvent: INCONC: Timeout while waiting for event check result ***"); v_ret := e_timeout; } } Loading