call plc.start_xmlrpc_server incause the default server didnt start
authorTony Mack <tmack@cs.princeton.edu>
Tue, 18 Mar 2008 23:22:06 +0000 (23:22 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 18 Mar 2008 23:22:06 +0000 (23:22 +0000)
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