X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Ftest-jsonrpc.py;h=064457e2908f8f04d229d07608fa26f0b7f5b159;hb=d1e9b9bf30de1cdcac4d4da74d2a5c017f41519d;hp=a8bf553e2c573c02e0e9dae4b9827cd8d1539e2e;hpb=991559357f6a03c3a5b70c053c8c2554aa8d5ee4;p=openvswitch diff --git a/tests/test-jsonrpc.py b/tests/test-jsonrpc.py index a8bf553e..064457e2 100644 --- a/tests/test-jsonrpc.py +++ b/tests/test-jsonrpc.py @@ -1,4 +1,4 @@ -# Copyright (c) 2009, 2010 Nicira Networks +# Copyright (c) 2009, 2010, 2011 Nicira Networks # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -49,8 +49,6 @@ def handle_rpc(rpc, msg): return done def do_listen(name): - ovs.daemon.die_if_already_running() - error, pstream = ovs.stream.PassiveStream.open(name) if error: sys.stderr.write("could not listen on \"%s\": %s\n"