call plc.start_xmlrpc_server incause the default server didnt start
[tests.git] / qaapi / qa / tests / plc_start.py
index 635a5c0..40e7540 100644 (file)
@@ -27,6 +27,12 @@ class plc_start(Test):
 
        if self.config.verbose:
            utils.header(output)
+
+       # Some plcs may fail when trying to start the http/xmlrpc server 
+       # because the port is already in use. We must start a server on 
+       # another port.
+       plc.start_xmlrpc_server()  
+  
        
        return 1