Logo etsi

ETSI's Bug Tracker

Notice: information submitted on the ETSI issue Tracker may be incorporated in ETSI publication(s) and therefore subject to the ETSI IPR policy.

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001468IPv6 Testing Conformance (TTCN3 + TPs)Test Purposepublic01-06-2007 09:2604-09-2007 19:14
ReporterAlexandre Berge 
Assigned ToSebastian Muellers 
PrioritynormalSeveritymajorReproducibilityN/A
StatusresolvedResolutionfixed 
PlatformOSOS Version
Summary0001468: TP_TRANS_0047_01: TP does not test requirement
DescriptionThe requirement states that if IUT accepts traffic form 6to4 relay routers (i.e. source address of packets is 200::/3) then this traffic has to be accpeted by additional filtering rules. However the TP states that only 2002:V4ADDR-A::1 packets should be accepted...

Solution:
- Write a first TP to check additional filtering rules
- Write a second TP to check exceptions to the rules (relay router traffic)

TP id : TP_TRANS_0047_01
summary : 'Test encapsulating IPv4 address consistent with encapsulated 2002:: address'
RQ ref : RQ_003_0047, RQ_003_0048
role : Router
config : CF_TRANS_01
TC ref : TC_TRANS_0047_01


with { IUT configured '6to4 pseudo-interface and V4ADDR is configured'
   and IUT configured '6to4 address'
   and IUT configured 'connection to global IPv4 internet'
   and IUT ready to receive IPv6Packet }
ensure that
     { when { IUT receives IPv4Packet
                  containing protocol
                          set to 41
                  containing ipv4_src_addr
                          set to 'V4ADDR-A' }
       then { IUT removes 'IPv4 header'
          and IUT discards IPv6Packet
                  containing ipv6_src_addr
                      not set to '2002:V4ADDR-A::/48'
            }
     }


TP id : TP_TRANS_0047_02
summary : 'Test acceptance of relay router traffic'
RQ ref : RQ_003_0047, RQ_003_0048
role : Router
config : CF_TRANS_01
TC ref : TC_TRANS_0047_02


with { IUT configured '6to4 pseudo-interface and V4ADDR is configured'
   and IUT configured '6to4 address'
   and IUT configured 'connection to global IPv4 internet'
   and IUT configured 'admit traffic from relay router'
   and IUT ready to receive IPv6Packet }
ensure that
     { when { IUT receives IPv4Packet
                  containing protocol
                          set to 41
                  containing ipv4_src_addr
                          set to 'relay router address' }
       then { IUT removes 'IPv4 header'
          and IUT accept the IPv6Packet
            }
     }
TagsNo tags attached.
Cor - Mob - Sec - TransTransitioning
Attached Files

- Relationships

-  Notes
(0003045)
Sebastian Muellers (administrator)
04-09-2007 19:14

TP not existing anymore in TPs nor TTCN asthe time of this check. Must have have been deleted already at sometime by someone.

- Issue History
Date Modified Username Field Change
01-06-2007 09:26 Alexandre Berge New Issue
01-06-2007 09:26 Alexandre Berge Mob - Sec - Trans => Transitioning
04-09-2007 19:14 Sebastian Muellers Status new => resolved
04-09-2007 19:14 Sebastian Muellers Resolution open => fixed
04-09-2007 19:14 Sebastian Muellers Assigned To => Sebastian Muellers
04-09-2007 19:14 Sebastian Muellers Note Added: 0003045


MantisBT 1.2.14 [^]
Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker