diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-17 07:16:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-17 07:16:22 +0000 |
commit | 91d4f5165918fe2c359ef52afe624377906386c9 (patch) | |
tree | bc5eabe4dc54c564a9d3c58b49ff53675ed12225 /src/test | |
parent | Releasing debian version 2.5.2-1. (diff) | |
download | dnsperf-91d4f5165918fe2c359ef52afe624377906386c9.tar.xz dnsperf-91d4f5165918fe2c359ef52afe624377906386c9.zip |
Merging upstream version 2.6.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/test')
-rwxr-xr-x | src/test/test3.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/test/test3.sh b/src/test/test3.sh index 006ea2e..58ebd12 100755 --- a/src/test/test3.sh +++ b/src/test/test3.sh @@ -37,6 +37,15 @@ echo "" | ../dnsperf -W -y test: | grep "unable to setup TSIG, secret empty" ../dnsperf -W -E a:aa | grep "invalid EDNS Option code 'a'" ../dnsperf -W -E 1:xx | grep "invalid EDNS Option hex value 'xx'" +! ../resperf -e -E invalid +! ../resperf -e -E 9999999:invalid +! ../resperf -e -E 123:invalid +! ../resperf -e -E 123:fa0 +../resperf -W -E a: | grep "invalid EDNS Option, value is empty" +../resperf -W -E a:a | grep "invalid EDNS Option, value must hex string (even number of characters)" +../resperf -W -E a:aa | grep "invalid EDNS Option code 'a'" +../resperf -W -E 1:xx | grep "invalid EDNS Option hex value 'xx'" + ! ../resperf -d does_not_exist ! ../resperf -r 0 -c 0 ! ../resperf -f invalid |