Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
deckard
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
24
Issues
24
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Knot projects
deckard
Commits
cdff89fa
Commit
cdff89fa
authored
Sep 23, 2015
by
Grigorii Demidov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: some optimizations were performed
parent
52371caf
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
63 additions
and
75 deletions
+63
-75
DECKARD.rst
DECKARD.rst
+1
-22
SCENARIO_GUIDE.rst
SCENARIO_GUIDE.rst
+62
-53
No files found.
DECKARD.rst
View file @
cdff89fa
...
...
@@ -119,17 +119,6 @@ runs tests for Knot DNS Resolver daemon.
#!/bin/bash
# Python fake root server will be located at 127.0.0.2:53
SOCKET_WRAPPER_DEFAULT_IFACE=2
# KRESD_WRAPPER_DEFAULT_IFACE is not set,
# so Knot DNS Resolver daemon
# will bind to 127.0.0.3:53
# directory which contains socket_wrapper UNIX sockets
# also - working directory
SOCKET_WRAPPER_DIR=~/work/kresd/wrapsock
# Path to scenario files
TESTS=sets/resolver
...
...
@@ -142,7 +131,7 @@ runs tests for Knot DNS Resolver daemon.
# Config file name
CONFIG=config
export
SOCKET_WRAPPER_DEFAULT_IFACE SOCKET_WRAPPER_DIR
TESTS DAEMON TEMPLATE CONFIG
export TESTS DAEMON TEMPLATE CONFIG
make
...
...
@@ -180,16 +169,6 @@ Below is a example of script, which tests Power DNS Recursor
#!/bin/bash
# Python fake root server will be located at 127.0.0.2:53
SOCKET_WRAPPER_DEFAULT_IFACE=2
# Knot DNS Resolver daemon will be bound to 127.0.0.10:53
KRESD_WRAPPER_DEFAULT_IFACE=10
# directory which contains socket_wrapper UNIX sockets
# also - working directory
SOCKET_WRAPPER_DIR=~/work/pdns/wrapsock
# Path to scenario files
TESTS=sets/pdns
...
...
SCENARIO_GUIDE.rst
View file @
cdff89fa
This diff is collapsed.
Click to expand it.
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