Attention is currently required from: pespin.
7 comments:
File remsim/RemsimServer_Tests.ttcn:
Patch Set #2, Line 183: testcase TC_connect_client_timeout_reconnect() runs on test_CT {
TC_connect_client_ipa_ping_timeout_reconnect
Done
Patch Set #2, Line 189: g_T_guard.start(180.0);
These timings are way to high. […]
There is no VTY on the remsim server.
I've reduced the time outs a little bit. I hope this won't run into instabilities.
Patch Set #2, Line 197: mtc.stop;
Misc_Helpers.f_shutdown() here and below.
Done
these are usually indented one more level.
Done
Patch Set #2, Line 219: setverdict(fail, "Timed out. Server did not closed the connection.");
did not close
Done
Patch Set #2, Line 232: if (not match(js.clients[0], tr_JsClient(CONNECTED_CLIENT, rspro[1].rspro_id))) {
Shouldn't this be rspro[0]. […]
It is the same rspro_id for all clients.
Patch Set #2, Line 661: execute( TC_connect_client_timeout_reconnect() );
if it crashes, add a comment saying it crashes on version "<= N" and put it at the end.
Done
To view, visit change 42154. To unsubscribe, or for help writing mail filters, visit settings.