aboutsummaryrefslogtreecommitdiffstats
path: root/tests/README
diff options
context:
space:
mode:
authorshemminger <shemminger>2004-05-24 22:47:43 +0000
committershemminger <shemminger>2004-05-24 22:47:43 +0000
commit739e1c62b041461da4ca05a21dc41db8bbe4dcbf (patch)
tree99f01931abae4da83b3d9da9e9bb9d6199417438 /tests/README
parent328f4711bbc369dcccf8f8cfba2adf5dd0f74479 (diff)
downloadandroid_external_brctl-739e1c62b041461da4ca05a21dc41db8bbe4dcbf.tar.gz
android_external_brctl-739e1c62b041461da4ca05a21dc41db8bbe4dcbf.tar.bz2
android_external_brctl-739e1c62b041461da4ca05a21dc41db8bbe4dcbf.zip
Put tests in CVS
Diffstat (limited to 'tests/README')
-rw-r--r--tests/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/README b/tests/README
new file mode 100644
index 0000000..81a40bc
--- /dev/null
+++ b/tests/README
@@ -0,0 +1,14 @@
+This is a set of shell scripts for testing Ethernet bridging.
+
+mkbr makes a simple bridge and clones the ip address.
+rmbr removes bridge
+
+The functional test needs two ethernets (eth0, eth1,
+and the dummy network device. It may screw up your route
+table. Also, it leaves eth0 in an bad state if test fails.
+
+The stresstest needs two ethernets (eth0 and eth1).
+For highest stress, traffic should be sent over the bridge
+while the test is ongoing. The goal is to exercise, races
+that occur when traffic is flowing while management operations occur.
+