Commit ef76ed8e authored by garciay's avatar garciay
Browse files

Add TC template

parent 1821aa21
Loading
Loading
Loading
Loading
+16 −16
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ module Ats6RD_Templates {
            ipv4Payload := {
                rawPacket := ?
            }
            }
        } // End of template mw_ipv4Packet_tcp
        
    
} // End of module Ats6RD_Templates
 No newline at end of file
+56 −0
Original line number Diff line number Diff line
@@ -376,6 +376,62 @@ module Ats6RD_TestCases {
            
        } // End of group basicFunction 
        
        group packetFragmentation {
            
            group validBehaviour {
                
                /**
                 * @desc Check that the IUT fragments an HTML IPv6 packet upstream
                 * @verdict pass on success, inconc on timeout, fail otherwise
                 * <pre>        
                 * PICS Selection: PICS_HOST_IS_B4_DEVICES 
                 * Initial conditions:
                 *  with {
                 *      the physical MTU (Phy-MTU) size being equal or greater than the 6RD IPv4 packet between all devices and, 
                 *      the 6RD Tunnel MTU (6RD-MTU) being lower than the encapsulated softwired packet
                 *  }
                 * Expected behaviour:
                 *  ensure that {
                 *      when {
                 *          the IUT receives multiple HTML IPv6 packets 
                 *              containing source address
                 *                  indicating a public IPv6 address 
                 *              containing destination address
                 *                  indicating a public IPv6 address
                 *              from multiple hosts
                 *              containing the DF bit
                 *                  indicating the value 0.
                 *              with a packet size greater than the 6RD tunnel MTU
                 *      }
                 *      then {
                 *          the IUT fragments into IPv4 packets 
                 *          and the IUT forwards correctly formatted IPv4 through the tunnel
                 *      }
                 *  }
                 * </pre>
                 * 
                 * @version 0.0.1
                 * @reference ETSI TS 101 569-1 Clause 6.8.9.10 Feature: MTU Size
                 * @see     ETSI TS xxx xxx-x V0.0.1.5a-draft (2013-12) TP/6RD/B4/PF/VB/01
                 */
                testcase TC_6RD_B4_PF_BV_001() runs on SixRDComponent system TestAdapter {
                    
                    
                    
                } // End of testcase TC_6RD_B4_PF_BV_001
                
                group f_TC_6RD_B4_PF_BV_001 {
                    
                } // End of group f_TC_6RD_B4_PF_BV_001
                
            } // End of group validBehaviour
            
            group invalidBehaviour {
                
            } // End of group invalidBehaviour
            
        } // End of group packetFragmentation 
        
    } // End of group cpeRole 
    
    /**