summaryrefslogtreecommitdiff
path: root/tests/topotests/lib/topotest.py
diff options
context:
space:
mode:
authorOlivier Dugeon <olivier.dugeon@orange.com>2020-12-18 20:28:22 +0100
committerGitHub <noreply@github.com>2020-12-18 20:28:22 +0100
commit065f7c7cc066b4c909daa5d79d6fee3eeed43a2e (patch)
tree2d367f03b0b24746817f5a786510d23ca7e4b09c /tests/topotests/lib/topotest.py
parentb2d8bcc52a7d31ad9aacdb578093dabf327fb563 (diff)
parentefba0985fcddee80df257147f7e398b52dad089b (diff)
Merge pull request #7351 from opensourcerouting/feature/pathd
Add a new SR-TE policy management daemon and an optional PCEP module
Diffstat (limited to 'tests/topotests/lib/topotest.py')
-rw-r--r--tests/topotests/lib/topotest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/topotests/lib/topotest.py b/tests/topotests/lib/topotest.py
index 20d60ebbef..d1e76866a7 100644
--- a/tests/topotests/lib/topotest.py
+++ b/tests/topotests/lib/topotest.py
@@ -1096,6 +1096,7 @@ class Router(Node):
"sharpd": 0,
"babeld": 0,
"pbrd": 0,
+ 'pathd': 0
}
self.daemons_options = {"zebra": ""}
self.reportCores = True