/usr/share/faumachine/experiments/test-e100-0/generate is in faumachine-data 20110812-1.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 28 29 30 31 32 | #
# $Id: generate,v 1.1 2009-02-19 12:38:41 potyra Exp $
#
floppy_insert floppy.img
#
# Power-on node.
#
power_on
#
# Wait for command prompt.
# Type "diags" to start diagnose tool.
#
wait_asc A: 1min
type "diags\0d"
#
# Wait for "Intel(R) Diagnostic Tool for PRO Series Ethernet adapters".
# Type <Return> to start pre-selected "Test Adapter".
#
wait_asc Intel(R) Diagnostic Tool for PRO Series Ethernet adapters 1min
type "\0d"
#
# Wait for "Test Menu".
# Type <Return> to start pre-selected "Begin Adapter Tests".
#
wait_asc Test Menu 1min
type "\0d"
#
# Wait for intermediate step.
#
wait_asc Adapter: Intel(R) PRO/100 Network Connection 1min
#
wait_asc TIMEOUT 1min
|