summaryrefslogtreecommitdiff
path: root/tools/iap/README
diff options
context:
space:
mode:
Diffstat (limited to 'tools/iap/README')
-rw-r--r--tools/iap/README23
1 files changed, 23 insertions, 0 deletions
diff --git a/tools/iap/README b/tools/iap/README
new file mode 100644
index 0000000000..dbd050feb4
--- /dev/null
+++ b/tools/iap/README
@@ -0,0 +1,23 @@
1These are perl test scripts for validating the IAP implementation.
2Also included is a perl class for talking to an iPod via the serial
3port. You will probably need Linux to use this.
4
5Run "make moduletest" to test the perl module itself. This will not
6require any serial connection, or even an iPod, for that matter.
7
8Run "make test" to run the iPod communication tests themselves.
9
10In order to test make sure
11
12- the iPod is connected to a serial port
13- the test scripts assume that this port is /dev/ttyUSB0. Change
14 as neccessary
15
16Sometimes, tests will time out instead of giving the desired result.
17As long as the timeouts are not reproducable this is usually not a
18problem. The serial port is known to be unreliable, and devices will
19retransmit. This happens even with the OF.
20
21The tests were designed against an iPod Touch 2G as a reference device.
22Some older iPods fail some of the test, even with the OF, because of
23behaviour changes in later firmware releases by Apple.