fix karaf launch error from tox
[transportpce.git] / tests / transportpce_tests / test_servicehandler.py
index 48e5978909649f4fbc30e54704d142a87e7e1ec9..9e3dffdec74c9703a2a58ca5e33d65e7fdc057ff 100644 (file)
@@ -37,7 +37,7 @@ class TransportPCEtesting(unittest.TestCase):
         executable = "../karaf/target/assembly/bin/karaf"
         with open('odl.log', 'w') as outfile:
             cls.odl_process = subprocess.Popen(
-                ["bash", executable], stdout=outfile,
+                ["bash", executable, "server"], stdout=outfile,
                 stdin=open(os.devnull))
 
     @classmethod