fix karaf launch error from tox
[transportpce.git] / tests / transportpce_tests / test_pce.py
index a83f7b786132ad51e1e8aa182d0a87637b92c2c1..05b23c59da5488d09f59817d46e7d7fe131a555e 100644 (file)
@@ -42,7 +42,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