aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am16
-rw-r--r--tests/test00.vti16
-rw-r--r--tests/test01.vtc16
-rw-r--r--tests/test02.vti16
-rw-r--r--tests/test03.vtc16
-rw-r--r--tests/time00.vtc16
6 files changed, 96 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 0f90aa7..c252b02 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,3 +1,19 @@
+# This file is part of vmod-tbf
+# Copyright (C) 2013-2014 Sergey Poznyakoff
+#
+# Vmod-tbf is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# Vmod-tbf is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with vmod-tbf. If not, see <http://www.gnu.org/licenses/>.
+
VMOD_VTC = \
test01.vtc\
test03.vtc\
diff --git a/tests/test00.vti b/tests/test00.vti
index 05084c7..53b9049 100644
--- a/tests/test00.vti
+++ b/tests/test00.vti
@@ -1,3 +1,19 @@
+# This file is part of vmod-tbf
+# Copyright (C) 2013-2014 Sergey Poznyakoff
+#
+# Vmod-tbf is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# Vmod-tbf is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with vmod-tbf. If not, see <http://www.gnu.org/licenses/>.
+
varnishtest "Test tbf overlimit"
server s1 {
diff --git a/tests/test01.vtc b/tests/test01.vtc
index 39eb4c3..da11d2b 100644
--- a/tests/test01.vtc
+++ b/tests/test01.vtc
@@ -1,3 +1,19 @@
+# This file is part of vmod-tbf
+# Copyright (C) 2013-2014 Sergey Poznyakoff
+#
+# Vmod-tbf is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# Vmod-tbf is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with vmod-tbf. If not, see <http://www.gnu.org/licenses/>.
+
varnishtest "Test tbf flow"
server s1 {
diff --git a/tests/test02.vti b/tests/test02.vti
index 1b5e6b3..ef58fb8 100644
--- a/tests/test02.vti
+++ b/tests/test02.vti
@@ -1,3 +1,19 @@
+# This file is part of vmod-tbf
+# Copyright (C) 2013-2014 Sergey Poznyakoff
+#
+# Vmod-tbf is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# Vmod-tbf is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with vmod-tbf. If not, see <http://www.gnu.org/licenses/>.
+
varnishtest "Test tbf overlimit"
server s1 {
diff --git a/tests/test03.vtc b/tests/test03.vtc
index aa23da4..6da4839 100644
--- a/tests/test03.vtc
+++ b/tests/test03.vtc
@@ -1,3 +1,19 @@
+# This file is part of vmod-tbf
+# Copyright (C) 2013-2014 Sergey Poznyakoff
+#
+# Vmod-tbf is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# Vmod-tbf is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with vmod-tbf. If not, see <http://www.gnu.org/licenses/>.
+
varnishtest "Test tbf flow"
server s1 {
diff --git a/tests/time00.vtc b/tests/time00.vtc
index 2b7925b..0cd85b5 100644
--- a/tests/time00.vtc
+++ b/tests/time00.vtc
@@ -1,3 +1,19 @@
+# This file is part of vmod-tbf
+# Copyright (C) 2013-2014 Sergey Poznyakoff
+#
+# Vmod-tbf is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# Vmod-tbf is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with vmod-tbf. If not, see <http://www.gnu.org/licenses/>.
+
varnishtest "Test strftime"
server s1 {

Return to:

Send suggestions and report system problems to the System administrator.