diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/a.user1.txt | 4 | ||||
-rw-r--r-- | tests/a.user2.txt | 4 | ||||
-rw-r--r-- | tests/b.user1.txt | 4 | ||||
-rw-r--r-- | tests/b.user2.txt | 6 | ||||
-rw-r--r-- | tests/c.user1.txt | 4 | ||||
-rw-r--r-- | tests/c.user2.txt | 6 | ||||
-rw-r--r-- | tests/d.user1.txt | 4 | ||||
-rw-r--r-- | tests/d.user2.txt | 4 | ||||
-rw-r--r-- | tests/d.user3.txt | 12 |
9 files changed, 48 insertions, 0 deletions
diff --git a/tests/a.user1.txt b/tests/a.user1.txt new file mode 100644 index 0000000..20f6ae8 --- /dev/null +++ b/tests/a.user1.txt @@ -0,0 +1,4 @@ +REGISTER mario foobar00 +DELAY 1 +LOGIN mario foobar00 +DELAY 9999 diff --git a/tests/a.user2.txt b/tests/a.user2.txt new file mode 100644 index 0000000..6dda110 --- /dev/null +++ b/tests/a.user2.txt @@ -0,0 +1,4 @@ +REGISTER luigi foobar00 +DELAY 1 +LOGIN luigi foobar00 +DELAY 9999 diff --git a/tests/b.user1.txt b/tests/b.user1.txt new file mode 100644 index 0000000..20f6ae8 --- /dev/null +++ b/tests/b.user1.txt @@ -0,0 +1,4 @@ +REGISTER mario foobar00 +DELAY 1 +LOGIN mario foobar00 +DELAY 9999 diff --git a/tests/b.user2.txt b/tests/b.user2.txt new file mode 100644 index 0000000..45203e6 --- /dev/null +++ b/tests/b.user2.txt @@ -0,0 +1,6 @@ +REGISTER luigi foobar00 +DELAY 1 +LOGIN luigi foobar00 +DELAY 1 +SEND HELLOWORLD +DELAY 9999 diff --git a/tests/c.user1.txt b/tests/c.user1.txt new file mode 100644 index 0000000..20f6ae8 --- /dev/null +++ b/tests/c.user1.txt @@ -0,0 +1,4 @@ +REGISTER mario foobar00 +DELAY 1 +LOGIN mario foobar00 +DELAY 9999 diff --git a/tests/c.user2.txt b/tests/c.user2.txt new file mode 100644 index 0000000..704b379 --- /dev/null +++ b/tests/c.user2.txt @@ -0,0 +1,6 @@ +REGISTER luigi foobar00 +DELAY 1 +LOGIN luigi foobar00 +DELAY 1 +SENDF2 mario 1kb.user2 +DELAY 9999 diff --git a/tests/d.user1.txt b/tests/d.user1.txt new file mode 100644 index 0000000..20f6ae8 --- /dev/null +++ b/tests/d.user1.txt @@ -0,0 +1,4 @@ +REGISTER mario foobar00 +DELAY 1 +LOGIN mario foobar00 +DELAY 9999 diff --git a/tests/d.user2.txt b/tests/d.user2.txt new file mode 100644 index 0000000..6dda110 --- /dev/null +++ b/tests/d.user2.txt @@ -0,0 +1,4 @@ +REGISTER luigi foobar00 +DELAY 1 +LOGIN luigi foobar00 +DELAY 9999 diff --git a/tests/d.user3.txt b/tests/d.user3.txt new file mode 100644 index 0000000..bf28b7b --- /dev/null +++ b/tests/d.user3.txt @@ -0,0 +1,12 @@ +REGISTER wario foobar00 +DELAY 1 +LOGIN wario foobar00 +DELAY 1 +SENDF 1mb.1.user3 +SENDF 1mb.2.user3 +SENDF 1mb.3.user3 +SENDF 1mb.4.user3 +SENDF 1mb.5.user3 +SENDF 1mb.6.user3 +SENDF 1mb.7.user3 +DELAY 9999 |