From 6889e2d66b710c241b3884fc28610a9e6be4e610 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Mon, 25 Apr 2022 17:48:52 -0500 Subject: A --- tests/a.user1.txt | 4 ++++ tests/a.user2.txt | 4 ++++ tests/b.user1.txt | 4 ++++ tests/b.user2.txt | 6 ++++++ tests/c.user1.txt | 4 ++++ tests/c.user2.txt | 6 ++++++ tests/d.user1.txt | 4 ++++ tests/d.user2.txt | 4 ++++ tests/d.user3.txt | 12 ++++++++++++ 9 files changed, 48 insertions(+) create mode 100644 tests/a.user1.txt create mode 100644 tests/a.user2.txt create mode 100644 tests/b.user1.txt create mode 100644 tests/b.user2.txt create mode 100644 tests/c.user1.txt create mode 100644 tests/c.user2.txt create mode 100644 tests/d.user1.txt create mode 100644 tests/d.user2.txt create mode 100644 tests/d.user3.txt (limited to 'tests') 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 -- cgit v1.2.3