about summary refs log tree commit diff
path: root/src/testsuite/ngircd-test2.conf
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2008-11-13 22:46:06 +0100
committerAlexander Barton <alex@barton.de>2008-11-13 22:46:06 +0100
commit7ad167f4c43948f19125123a27dbe68a93e863b8 (patch)
tree465e4285ba654eaecefe818c08586c3dbbdf1788 /src/testsuite/ngircd-test2.conf
parent920d0636ff5741cb191f895e97ad151186701816 (diff)
downloadngircd-7ad167f4c43948f19125123a27dbe68a93e863b8.tar.gz
ngircd-7ad167f4c43948f19125123a27dbe68a93e863b8.zip
Test suite: start two servers and test server-server links
I changed the test suite to start two test servers (on port 6789 and 6790),
so server-server links can be tested as well for which I included the new
test script "server-link-test.e".

In addition the documentation of the test suite (src/testsuite/README) has
been updated and is more complete now.
Diffstat (limited to 'src/testsuite/ngircd-test2.conf')
-rw-r--r--src/testsuite/ngircd-test2.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/testsuite/ngircd-test2.conf b/src/testsuite/ngircd-test2.conf
new file mode 100644
index 00000000..3c2829bc
--- /dev/null
+++ b/src/testsuite/ngircd-test2.conf
@@ -0,0 +1,25 @@
+# ngIRCd test suite
+# configuration file for test server #2
+
+[Global]
+	Name = ngircd.test.server2
+	Info = ngIRCd Test-Server 2
+	Ports = 6790
+	MotdFile = ngircd-test2.motd
+	AdminEMail = admin@irc.server2
+	MaxConnectionsIP = 0
+	OperCanUseMode = yes
+	MaxJoins = 4
+
+[Operator]
+	Name = TestOp
+	Password = 123
+
+[Server]
+	Name = ngircd.test.server
+	Host = localhost
+	Port = 6789
+	MyPassword = pwd2
+	PeerPassword = pwd1
+
+# -eof-