diff --git a/tools/dev/mininet/onos.py b/tools/dev/mininet/onos.py index bbc67d3803..8edc59468b 100755 --- a/tools/dev/mininet/onos.py +++ b/tools/dev/mininet/onos.py @@ -559,8 +559,8 @@ class ONOSCLI( OldCLI ): except: count = 1 # Technically this check should be on the host - if '-U' not in quietRun( 'arping -h' ): - warn( 'Please install iputils-arping' ) + if '-U' not in quietRun( 'arping -h', shell=True ): + warn( 'Please install iputils-arping.\n' ) return # This is much faster if we do it in parallel for host in self.mn.net.hosts: