summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp_prefix_sid
diff options
context:
space:
mode:
authorwhitespace <nobody@nobody>2020-12-17 15:32:11 -0500
committerQuentin Young <qlyoung@nvidia.com>2020-12-17 15:32:55 -0500
commit9fa6ec14737b94fdfb41539d96c7e4f84f3514b6 (patch)
treec06ddefb8457009a86381d3a1766736ccc589278 /tests/topotests/bgp_prefix_sid
parentff4a6e5d941b4d06848a38539a76b9b41368bbab (diff)
tests: please follow the style guide
thanks Signed-off-by: Quentin Young <qlyoung@nvidia.com>
Diffstat (limited to 'tests/topotests/bgp_prefix_sid')
-rw-r--r--tests/topotests/bgp_prefix_sid/test_bgp_prefix_sid.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/topotests/bgp_prefix_sid/test_bgp_prefix_sid.py b/tests/topotests/bgp_prefix_sid/test_bgp_prefix_sid.py
index 6d7131e1e5..ceac84709b 100644
--- a/tests/topotests/bgp_prefix_sid/test_bgp_prefix_sid.py
+++ b/tests/topotests/bgp_prefix_sid/test_bgp_prefix_sid.py
@@ -101,7 +101,11 @@ def test_r1_receive_and_advertise_prefix_sid_type1():
"prefix": prefix,
"advertisedTo": {"10.0.0.101": {}, "10.0.0.102": {}},
"paths": [
- {"valid": True, "remoteLabel": remoteLabel, "labelIndex": labelIndex,}
+ {
+ "valid": True,
+ "remoteLabel": remoteLabel,
+ "labelIndex": labelIndex,
+ }
],
}
return topotest.json_cmp(output, expected)