Lines Matching +full:build +full:- +full:system +full:- +full:debian
3 # Functional tests for the big-endian 32-bit MIPS Malta board
5 # Copyright (c) Philippe Mathieu-Daudé <f4bug@amsat.org>
7 # SPDX-License-Identifier: GPL-2.0-or-later
17 'uname -m',
20 'grep XT-PIC /proc/interrupts',
24 'grep XT-PIC /proc/interrupts',
28 'grep XT-PIC /proc/interrupts',
32 'grep XT-PIC /proc/interrupts',
59 test.vm.add_args('-kernel', kernel_path,
60 '-append', kernel_command_line,
61 '-drive', 'file=%s,snapshot=on' % image_path,
62 '-netdev', 'user,id=n1' +
64 ',hostfwd=tcp:127.0.0.1:0-:%d' % port,
65 '-device', f'{nic},netdev=n1',
66 '-no-reboot')
77 pythoncmd='python -m SimpleHTTPServer')
83 exec_command_and_wait_for_pattern(test, 'lspci -d 11ab:4620',
84 'GT-64120')
86 'cat /sys/bus/i2c/devices/i2c-0/name',
97 ('http://snapshot.debian.org/archive/debian/'
98 '20130217T032700Z/pool/main/l/linux-2.6/'
99 'linux-image-2.6.32-5-4kc-malta_2.6.32-48_mips.deb'),
105 member='boot/vmlinux-2.6.32-5-4kc-malta')
110 self.vm.add_args('-kernel', kernel_path,
111 '-append', kernel_command_line)
117 ('http://snapshot.debian.org/archive/debian/'
119 'linux-image-4.5.0-2-4kc-malta_4.5.5-1_mips.deb'),
123 ('https://github.com/groeck/linux-build-test/raw/'
135 member='boot/vmlinux-4.5.0-2-4kc-malta')
142 self.vm.add_args('-kernel', kernel_path,
143 '-initrd', initrd_path,
144 '-append', kernel_command_line,
145 '-netdev', 'user,id=n1,tftp=' + self.scratch_file('boot'),
146 '-device', 'pcnet,netdev=n1',
147 '-no-reboot')
153 exec_command_and_wait_for_pattern(self, 'uname -a',
154 '4.5.0-2-4kc-malta #1 Debian')
164 'tftp -g -r vmlinux-4.5.0-2-4kc-malta 10.0.2.2', '#')
166 'md5sum vmlinux-4.5.0-2-4kc-malta',
170 'reboot: Restarting system')
175 ('https://people.debian.org/~aurel32/qemu/mips/'
176 'vmlinux-3.2.0-4-4kc-malta'),
180 ('https://people.debian.org/~aurel32/qemu/mips/'
191 dl_file='/boot/initrd.img-3.2.0-4-4kc-malta',