aboutsummaryrefslogtreecommitdiff
path: root/ca/tests/bgpsec-yaml.py
diff options
context:
space:
mode:
Diffstat (limited to 'ca/tests/bgpsec-yaml.py')
-rwxr-xr-xca/tests/bgpsec-yaml.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ca/tests/bgpsec-yaml.py b/ca/tests/bgpsec-yaml.py
index fafaf7bd..32388056 100755
--- a/ca/tests/bgpsec-yaml.py
+++ b/ca/tests/bgpsec-yaml.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
#
# $Id$
-#
+#
# Copyright (C) 2014 Dragon Research Labs ("DRL")
#
# Permission to use, copy, modify, and distribute this software for any
@@ -28,7 +28,7 @@ import yaml
root = "Root"
-def kid(n):
+def kid(n): # pylint: disable=W0621
name = "ISP-%03d" % n
ipv4 = "10.%d.0.0/16" % n
asn = n