tests: Add a RX functionality test
authorSimon Wilkinson <sxw@your-file-system.com>
Wed, 18 Apr 2012 11:46:31 +0000 (12:46 +0100)
committerDerrick Brashear <shadow@dementix.org>
Thu, 19 Apr 2012 12:07:19 +0000 (05:07 -0700)
commit3a1e129b76be5109feaa52deeffb8a51c024a6cc
tree77b87bcff5e13d3995069eddfec52ff79116bef9
parent06cc5bec2c2485f49a39fcd4af378279178fab36
tests: Add a RX functionality test

Use the rxperf performance testing tools to add a couple of simple
RX tests. The first moves 1Mbyte of data backwards and forwards 30
times. The second starts 30 threads, which each move 1MByte of data
once.

This is by no means an exhaustive test of RX, but the single and
multi-threaded invocations should provide a useful smoke test if
things get very broken.

Change-Id: I11267be067cf6c05a20aeb90a18ed4031502a1b1
Reviewed-on: http://gerrit.openafs.org/7244
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
tests/TESTS
tests/rx/perf-t [new file with mode: 0755]