Loading ttcn/AtsDSlite/AtsDSLite_TestCases.ttcn3 +6 −4 Original line number Diff line number Diff line Loading @@ -524,8 +524,7 @@ module AtsDSLite_TestCases { * containing source address * indicating a private IPv4 address * containing destination address * indicating a public IPv4 address * from multiple hosts * indicating a public IPv4 address from multiple hosts * } * then { * the IUT encapsulates each HTML IPv4 packet unchanged into IPv6 packet Loading Loading @@ -674,6 +673,7 @@ module AtsDSLite_TestCases { } // End of 'for' statement if (lengthof(v_results) == v_hostNum) { // Check current result log("*** " & __SCOPE__ & ": PASS: All encapsulated IPv4 packets were forwarded. ***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_success); } else { tc_ac.start; repeat; Loading Loading @@ -768,7 +768,7 @@ module AtsDSLite_TestCases { // Clause 'then': Nothing to do, refer to a_default f_serverSyncNClientsAndStop(1, { c_prDone, c_tbDone, c_poDone }); f_serverSyncNClientsAndStop(2, { c_prDone, c_tbDone, c_poDone }); // Postamble f_down(); Loading Loading @@ -875,7 +875,7 @@ module AtsDSLite_TestCases { // Clause 'then': Nothing to do, refer to a_default f_serverSyncNClientsAndStop(1, { c_prDone, c_tbDone, c_poDone }); f_serverSyncNClientsAndStop(2, { c_prDone, c_tbDone, c_poDone }); // Postamble f_down(); Loading Loading @@ -1124,6 +1124,7 @@ module AtsDSLite_TestCases { } // End of 'for' statement if (lengthof(v_results) == v_hostNum) { // Check current result log("*** " & __SCOPE__ & ": PASS: All IPv6 packets were forwarded. ***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_success); } else { tc_ac.start; repeat; Loading Loading @@ -1320,6 +1321,7 @@ module AtsDSLite_TestCases { } // End of 'for' statement if (lengthof(v_results) == v_hostNum) { // Check current result log("*** " & __SCOPE__ & ": PASS: All IPv6 packets were forwarded. ***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_success); } else { tc_ac.start; repeat; Loading Loading
ttcn/AtsDSlite/AtsDSLite_TestCases.ttcn3 +6 −4 Original line number Diff line number Diff line Loading @@ -524,8 +524,7 @@ module AtsDSLite_TestCases { * containing source address * indicating a private IPv4 address * containing destination address * indicating a public IPv4 address * from multiple hosts * indicating a public IPv4 address from multiple hosts * } * then { * the IUT encapsulates each HTML IPv4 packet unchanged into IPv6 packet Loading Loading @@ -674,6 +673,7 @@ module AtsDSLite_TestCases { } // End of 'for' statement if (lengthof(v_results) == v_hostNum) { // Check current result log("*** " & __SCOPE__ & ": PASS: All encapsulated IPv4 packets were forwarded. ***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_success); } else { tc_ac.start; repeat; Loading Loading @@ -768,7 +768,7 @@ module AtsDSLite_TestCases { // Clause 'then': Nothing to do, refer to a_default f_serverSyncNClientsAndStop(1, { c_prDone, c_tbDone, c_poDone }); f_serverSyncNClientsAndStop(2, { c_prDone, c_tbDone, c_poDone }); // Postamble f_down(); Loading Loading @@ -875,7 +875,7 @@ module AtsDSLite_TestCases { // Clause 'then': Nothing to do, refer to a_default f_serverSyncNClientsAndStop(1, { c_prDone, c_tbDone, c_poDone }); f_serverSyncNClientsAndStop(2, { c_prDone, c_tbDone, c_poDone }); // Postamble f_down(); Loading Loading @@ -1124,6 +1124,7 @@ module AtsDSLite_TestCases { } // End of 'for' statement if (lengthof(v_results) == v_hostNum) { // Check current result log("*** " & __SCOPE__ & ": PASS: All IPv6 packets were forwarded. ***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_success); } else { tc_ac.start; repeat; Loading Loading @@ -1320,6 +1321,7 @@ module AtsDSLite_TestCases { } // End of 'for' statement if (lengthof(v_results) == v_hostNum) { // Check current result log("*** " & __SCOPE__ & ": PASS: All IPv6 packets were forwarded. ***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_success); } else { tc_ac.start; repeat; Loading