Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
608
Issues
608
List
Boards
Labels
Service Desk
Milestones
Merge Requests
115
Merge Requests
115
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
fc1e50e7
Verified
Commit
fc1e50e7
authored
Jul 28, 2020
by
Michal Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix name of the test directory of stop.pl in masterformat test
parent
9470e9e4
Pipeline
#47928
canceled with stages
in 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
bin/tests/system/masterformat/tests.sh
bin/tests/system/masterformat/tests.sh
+2
-2
No files found.
bin/tests/system/masterformat/tests.sh
View file @
fc1e50e7
...
...
@@ -234,7 +234,7 @@ grep "added text" "dig.out.dynamic1.ns3.test$n" > /dev/null 2>&1 || ret=1
dig_with_opts +comm @10.53.0.3 added.dynamic txt
>
"dig.out.dynamic2.ns3.test
$n
"
grep
"NXDOMAIN"
"dig.out.dynamic2.ns3.test
$n
"
>
/dev/null 2>&1
||
ret
=
1
# using "rndc halt" ensures that we don't dump the zone file
$PERL
$SYSTEMTESTTOP
/stop.pl
--use-rndc
--halt
--port
${
CONTROLPORT
}
rndc
ns3
$PERL
$SYSTEMTESTTOP
/stop.pl
--use-rndc
--halt
--port
${
CONTROLPORT
}
masterformat
ns3
restart
check_added_text
()
{
dig_with_opts @10.53.0.3 newtext.dynamic txt
>
"dig.out.dynamic3.ns3.test
$n
"
||
return
1
...
...
@@ -259,7 +259,7 @@ END
dig_with_opts @10.53.0.3 moretext.dynamic txt
>
"dig.out.dynamic1.ns3.test
$n
"
grep
"more text"
"dig.out.dynamic1.ns3.test
$n
"
>
/dev/null 2>&1
||
ret
=
1
# using "rndc stop" will cause the zone file to flush before shutdown
$PERL
$SYSTEMTESTTOP
/stop.pl
--use-rndc
--port
${
CONTROLPORT
}
rndc
ns3
$PERL
$SYSTEMTESTTOP
/stop.pl
--use-rndc
--port
${
CONTROLPORT
}
masterformat
ns3
rm
ns3/
*
.jnl
restart
#shellcheck disable=SC2034
...
...
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