Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
cba23be7
Commit
cba23be7
authored
Jun 21, 2011
by
Evan Hunt
Browse files
Add the newly discovered PoD to the nsupdate test. (No CHANGES note.)
parent
a4e4c9b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/nsupdate/tests.sh
View file @
cba23be7
...
...
@@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: tests.sh,v 1.
39
2011/06/
09 00
:15:05 each Exp $
# $Id: tests.sh,v 1.
40
2011/06/
21 22
:15:05 each Exp $
SYSTEMTESTTOP
=
..
.
$SYSTEMTESTTOP
/conf.sh
...
...
@@ -205,6 +205,18 @@ then
status
=
1
fi
n
=
`
expr
$n
+ 1
`
echo
"I:check that update to undefined class is handled (
$n
)"
echo
"a0e4280000010001000000000000060101c00c000000fe000000000000"
|
$PERL
../packet.pl
-a
10.53.0.1
-p
5300
-t
tcp
>
/dev/null
$DIG
+tcp version.bind txt ch @10.53.0.1
-p
5300
>
dig.out.ns1.
$n
grep
"status: NOERROR"
dig.out.ns1.
$n
>
/dev/null
||
ret
=
1
if
test
$ret
-ne
0
then
echo
"I:failed"
status
=
1
fi
if
$PERL
-e
'use Net::DNS;'
2>/dev/null
then
echo
"I:running update.pl test"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment