Remove non-functional --prefixlen (use --ipbase instead)
This commit is contained in:
@@ -71,8 +71,7 @@ TESTS = [ 'cli', 'build', 'pingall', 'pingpair', 'iperf', 'all', 'iperfudp',
|
|||||||
ALTSPELLING = { 'pingall': 'pingAll',
|
ALTSPELLING = { 'pingall': 'pingAll',
|
||||||
'pingpair': 'pingPair',
|
'pingpair': 'pingPair',
|
||||||
'iperfudp': 'iperfUdp',
|
'iperfudp': 'iperfUdp',
|
||||||
'iperfUDP': 'iperfUdp',
|
'iperfUDP': 'iperfUdp' }
|
||||||
'prefixlen': 'prefixLen' }
|
|
||||||
|
|
||||||
|
|
||||||
def addDictOption( opts, choicesDict, default, name, helpStr=None ):
|
def addDictOption( opts, choicesDict, default, name, helpStr=None ):
|
||||||
@@ -190,9 +189,6 @@ class MininetRunner( object ):
|
|||||||
help='CLI script to run before tests' )
|
help='CLI script to run before tests' )
|
||||||
opts.add_option( '--post', type='string', default=None,
|
opts.add_option( '--post', type='string', default=None,
|
||||||
help='CLI script to run after tests' )
|
help='CLI script to run after tests' )
|
||||||
opts.add_option( '--prefixlen', type='int', default=8,
|
|
||||||
help='prefix length (e.g. /8) for automatic '
|
|
||||||
'network configuration' )
|
|
||||||
opts.add_option( '--pin', action='store_true',
|
opts.add_option( '--pin', action='store_true',
|
||||||
default=False, help="pin hosts to CPU cores "
|
default=False, help="pin hosts to CPU cores "
|
||||||
"(requires --host cfs or --host rt)" )
|
"(requires --host cfs or --host rt)" )
|
||||||
|
|||||||
Reference in New Issue
Block a user