File: test_netbsd8_pmax_install.sh

package info (click to toggle)
gxemul 0.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 12,816 kB
  • sloc: cpp: 94,296; ansic: 28,832; sh: 1,075; exp: 286; makefile: 73
file content (27 lines) | stat: -rwxr-xr-x 529 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/sh
#
#  Regression test:
#
#  Automated install of NetBSD/pmax using R3000 CPU.
#  It's a full install, and a 4000 MB /tftpboot partition is also
#  created during the installation.
#
#
#  1. Place the iso here:
#
#	../../emul/mips/NetBSD-8.0-pmax.iso
#
#  2. Start the regression test with:
#
#	test/test_netbsd8_pmax_install.sh
#

rm -f nbsd8_pmax.img
dd if=/dev/zero of=nbsd8_pmax.img bs=1024 count=1 seek=7900000

time test/test_netbsd8_pmax_install.expect 2> /tmp/gxemul_result

echo
echo
echo
cat /tmp/gxemul_result