diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2019-10-19 17:34:34 +0200 |
---|---|---|
committer | Aleksandar Markovic <amarkovic@wavecomp.com> | 2019-10-25 18:37:01 +0200 |
commit | c91839ffa8402e10a8c3db1fe9fc60ee9ca953cf (patch) | |
tree | ee42328ff40982efb77cac370d9d07fbbdf71de6 | |
parent | b1c452168037a1a2f64d36f9062ec10e1dec411a (diff) |
tests/ssh_linux_malta: Remove duplicated test
Remove duplicated test (probably copy/paste error in
commit 9090d3332cdcc).
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Message-Id: <20191019153437.9820-9-f4bug@amsat.org>
-rw-r--r-- | tests/acceptance/linux_ssh_mips_malta.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/acceptance/linux_ssh_mips_malta.py b/tests/acceptance/linux_ssh_mips_malta.py index 6ecf33509c..007bcdbc6b 100644 --- a/tests/acceptance/linux_ssh_mips_malta.py +++ b/tests/acceptance/linux_ssh_mips_malta.py @@ -153,9 +153,6 @@ class LinuxSSH(Test): 'cat /proc/interrupts', 'eth0') self.ssh_command_output_contains( - 'cat /proc/interrupts', - 'eth0') - self.ssh_command_output_contains( 'cat /proc/devices', 'input') self.ssh_command_output_contains( |