Commit d8d1f35d authored by garciay's avatar garciay
Browse files

Add Routing table TCs

parent 1ff70558
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -1532,7 +1532,7 @@ module Ats6RD_TestCases {
                    var integer v_host;                                             /** 'for' statement counter */
                    
                    // Test control
                    if (not(PICS_ROLE_IS_BR)) {
                    if (not(PICS_ROLE_IS_BR) or not(PICS_PORT_RANGE)) {
                        log("*** " & __SCOPE__ & ": ERROR: 'PICS_ROLE_IS_BR' required for executing the TC ***");
                        stop;
                    }
@@ -1705,7 +1705,7 @@ module Ats6RD_TestCases {
                 * @desc Check that the IUT fragments an HTML IPv6 packet downstream
                 * @verdict pass on success, inconc on timeout, fail otherwise
                 * <pre>        
                 * PICS Selection: PICS_ROLE_IS_CPE 
                 * PICS Selection: PICS_ROLE_IS_BR 
                 * Initial conditions:
                 *  with {
                 *      the physical MTU (Phy-MTU) size being equal or greater than the 6RD IPv4 packet between all devices and, 
@@ -1741,7 +1741,7 @@ module Ats6RD_TestCases {
                    var UInt v_noOfDataRequests := 1; // Only one HTTP request per host
                    
                    // Test control
                    if (not(PICS_ROLE_IS_CPE)) {
                    if (not(PICS_ROLE_IS_BR)) {
                        log("*** " & __SCOPE__ & ": ERROR: 'PICS_ROLE_IS_CPE' required for executing the TC ***");
                        stop;
                    }
@@ -3180,8 +3180,7 @@ module Ats6RD_TestCases {
                 * </pre>
                 * 
                 * @version 0.0.1
                 * @reference ETSI TS 101 569-1 Clause 6.8.7.15 Feature: BR Address Withdrawal
                 * @reference RFC 4271 
                 * @reference ETSI TS 101 569-1 Clause 6.8.2 BR Feature Summary
                 * @see     ETSI TS xxx xxx-x V0.0.1.5a-draft (2013-12) TP/6RD/BR/RT/BV/01
                 */
                testcase TC_6RD_BR_RT_BV_001() runs on SixRDComponent system TestAdapter {
+36 −421

File changed.

Preview size limit exceeded, changes collapsed.