commit | 10e2ab8842cf70ee4405c74dbbd7577c45dab622 | [log] [tgz] |
---|---|---|
author | Jon Hall <jhall@ciena.com> | Tue Sep 15 17:14:54 2020 -0700 |
committer | Jon Hall <jhall@ciena.com> | Tue Sep 15 17:44:02 2020 -0700 |
tree | bfa43817bf39e93ecfc9645770ab156f122f5148 | |
parent | f69e316ead9a17a850961c2e1344efff7fe3080d [diff] [blame] |
SR fixes - Update trellis-* app versions - Fix xconnect configuration - Avoid reserved MPLS labels Change-Id: Ie7755f6afc4fcb3480e7f218f7e2e76f70c57531
diff --git a/TestON/tests/USECASE/SegmentRouting/SRClusterRestart/dependencies/SRClusterRestartFuncs.py b/TestON/tests/USECASE/SegmentRouting/SRClusterRestart/dependencies/SRClusterRestartFuncs.py index c11e4a0..cead0b4 100644 --- a/TestON/tests/USECASE/SegmentRouting/SRClusterRestart/dependencies/SRClusterRestartFuncs.py +++ b/TestON/tests/USECASE/SegmentRouting/SRClusterRestart/dependencies/SRClusterRestartFuncs.py
@@ -48,6 +48,8 @@ # Run the test with physical devices # TODO: connect TestON to the physical network pass + # xconnects need to be loaded after topology + run.loadXconnects( main ) # pre-configured routing and bridging test run.checkFlows( main, minFlowCount=minFlow ) run.pingAll( main )