TrafficGen: Add a basic traffic generator regression
authorAndreas Hansson <andreas.hansson@arm.com>
Fri, 21 Sep 2012 15:48:11 +0000 (11:48 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Fri, 21 Sep 2012 15:48:11 +0000 (11:48 -0400)
commitefea870fce8c00dbb8d5b9b33fe6fd0cf2e3b960
tree35729f5ff93cde1982eb62306c0a0f403ae96f63
parentd75b1b5a7366c162ffca69b29901f4cb5e05895d
TrafficGen: Add a basic traffic generator regression

This patch adds a basic regression for the traffic generator. The
regression also serves as an example of the file formats used. More
complex regressions that make use of a DRAM controller model will
follow shortly.
13 files changed:
tests/SConscript
tests/configs/tgen-simple-mem.py [new file with mode: 0644]
tests/quick/se/70.tgen/ref/arm/linux/tgen-simple-mem/simerr [new file with mode: 0755]
tests/quick/se/70.tgen/ref/arm/linux/tgen-simple-mem/simout [new file with mode: 0755]
tests/quick/se/70.tgen/ref/arm/linux/tgen-simple-mem/stats.txt [new file with mode: 0644]
tests/quick/se/70.tgen/test-frfcfs-toy.trc [new file with mode: 0644]
tests/quick/se/70.tgen/test-open-ops.trc [new file with mode: 0644]
tests/quick/se/70.tgen/test-refresh.trc [new file with mode: 0644]
tests/quick/se/70.tgen/test-writebuffer.trc [new file with mode: 0644]
tests/quick/se/70.tgen/test-writefrfcfs.trc [new file with mode: 0644]
tests/quick/se/70.tgen/test.py [new file with mode: 0644]
tests/quick/se/70.tgen/tgen-simple-mem.cfg [new file with mode: 0644]
tests/quick/se/70.tgen/tgen-simple-mem.trc [new file with mode: 0644]