Lava: Remove useless debugging command on boot
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 30 Nov 2016 20:51:51 +0000 (15:51 -0500)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Fri, 9 Dec 2016 16:07:37 +0000 (11:07 -0500)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
scripts/lttng-baremetal-tests/lava-submit.py

index ecf5d31e04ab1904bcbf5d26647daf5c7e6b46d7..7099088634a00d31f58e26544e75fd68a3f6cdbb 100644 (file)
@@ -126,8 +126,6 @@ def get_config_cmd(build_device):
         'command': 'lava_command_run',
         'parameters': {
             'commands': [
-                'ifup eth0',
-                'route -n',
                 'cat /etc/resolv.conf',
                 'echo nameserver 172.18.0.12 > /etc/resolv.conf',
                 'groupadd tracing'
This page took 0.024221 seconds and 4 git commands to generate.