summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ripng-topo1
diff options
context:
space:
mode:
authorwhitespace <nobody@nobody>2020-12-17 21:32:11 +0100
committerQuentin Young <qlyoung@nvidia.com>2020-12-17 21:32:55 +0100
commit9fa6ec14737b94fdfb41539d96c7e4f84f3514b6 (patch)
treec06ddefb8457009a86381d3a1766736ccc589278 /tests/topotests/ripng-topo1
parentMerge pull request #7755 from mjstapp/fix_rnh_via_default (diff)
downloadfrr-9fa6ec14737b94fdfb41539d96c7e4f84f3514b6.tar.xz
frr-9fa6ec14737b94fdfb41539d96c7e4f84f3514b6.zip
tests: please follow the style guide
thanks Signed-off-by: Quentin Young <qlyoung@nvidia.com>
Diffstat (limited to 'tests/topotests/ripng-topo1')
-rw-r--r--tests/topotests/ripng-topo1/test_ripng_topo1.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/topotests/ripng-topo1/test_ripng_topo1.py b/tests/topotests/ripng-topo1/test_ripng_topo1.py
index 2976cdefe..4702d33da 100644
--- a/tests/topotests/ripng-topo1/test_ripng_topo1.py
+++ b/tests/topotests/ripng-topo1/test_ripng_topo1.py
@@ -373,9 +373,11 @@ def test_zebra_ipv6_routingTable():
else:
print("r%s ok" % i)
- assert failures == 0, (
- "Zebra IPv6 Routing Table verification failed for router r%s:\n%s"
- % (i, diff)
+ assert (
+ failures == 0
+ ), "Zebra IPv6 Routing Table verification failed for router r%s:\n%s" % (
+ i,
+ diff,
)
# Make sure that all daemons are running