Skip to content
Snippets Groups Projects
Commit 8838c30e authored by Bob Lantz's avatar Bob Lantz
Browse files

Remove non-functional --prefixlen (use --ipbase instead)

parent 8204a1b6
No related branches found
No related tags found
No related merge requests found
...@@ -71,8 +71,7 @@ TESTS = [ 'cli', 'build', 'pingall', 'pingpair', 'iperf', 'all', 'iperfudp', ...@@ -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 ): ...@@ -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)" )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment