diff options
| author | Olivier Dugeon <olivier.dugeon@orange.com> | 2020-12-18 20:28:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-18 20:28:22 +0100 |
| commit | 065f7c7cc066b4c909daa5d79d6fee3eeed43a2e (patch) | |
| tree | 2d367f03b0b24746817f5a786510d23ca7e4b09c /tests/topotests/lib/topotest.py | |
| parent | b2d8bcc52a7d31ad9aacdb578093dabf327fb563 (diff) | |
| parent | efba0985fcddee80df257147f7e398b52dad089b (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.py | 1 |
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 |
