]> git.proxmox.com Git - mirror_ovs.git/blobdiff - tests/test-l7.py
ovn: Rename "nd" action to "nd_na".
[mirror_ovs.git] / tests / test-l7.py
index c89fcf216983529ed4eeb9705221b86bd1face19..aed34f4114d051cb17fb971d37c990566afb2594 100755 (executable)
@@ -50,7 +50,7 @@ def get_ftpd():
 
 def main():
     SERVERS = {
-        'http':  [TCPServer,   SimpleHTTPRequestHandler, 80],
+        'http': [TCPServer, SimpleHTTPRequestHandler, 80],
         'http6': [TCPServerV6, SimpleHTTPRequestHandler, 80],
     }