Lines Matching +full:build +full:- +full:system +full:- +full:debian
3 # Functional tests for the little-endian 32-bit MIPS Malta board
5 # Copyright (c) Philippe Mathieu-Daudé <f4bug@amsat.org>
7 # SPDX-License-Identifier: GPL-2.0-or-later
19 ('http://snapshot.debian.org/archive/debian/'
20 '20130217T032700Z/pool/main/l/linux-2.6/'
21 'linux-image-2.6.32-5-4kc-malta_2.6.32-48_mips.deb'),
27 '/boot/vmlinux-2.6.32-5-4kc-malta')
32 self.vm.add_args('-kernel', kernel_path,
33 '-append', kernel_command_line)
39 ('http://snapshot.debian.org/archive/debian/'
41 'linux-image-4.5.0-2-4kc-malta_4.5.5-1_mips.deb'),
45 ('https://github.com/groeck/linux-build-test/raw/'
53 '/boot/vmlinux-4.5.0-2-4kc-malta')
63 self.vm.add_args('-kernel', kernel_path,
64 '-initrd', initrd_path,
65 '-append', kernel_command_line,
66 '-no-reboot')
72 exec_command_and_wait_for_pattern(self, 'uname -a',
73 'Debian')
75 'reboot: Restarting system')