blob: e452901d34db3d618eacda2579682d45b65fc443 [file] [log] [blame]
class SRRouting:
def __init__( self ):
self.default = ''
def CASE1( self, main ):
"""
Ping between all ipv4 hosts in the topology.
"""
from tests.USECASE.SegmentRouting.SRRouting.dependencies.SRRoutingTest import SRRoutingTest
SRRoutingTest.runTest( main,
test_idx = 1,
onosNodes = 3,
dhcp=0,
routers=0,
ipv4=1,
ipv6=0,
description = "Ping between all ipv4 hosts in
the topology")