Changeset 10474

Show
Ignore:
Timestamp:
10/25/10 15:04:51 (3 years ago)
Author:
Snyder.Jason
Message:

WavedashController? now checks to see if the naming service is running and starts it if necessary

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/trunk/tools/wavedash/src/WavedashController.py

    r10454 r10474  
    4545        self.nodeBooterProcess = None 
    4646        self.nbUtils = NodeBooterUtils(self) 
     47        if not self.nbUtils.namingServiceIsRunning(): 
     48            self.nbUtils.startNamingService() 
    4749        if not self.nbUtils.nodeBooterIsRunning(): 
    4850            self.nodeBooterProcess = self.nbUtils.startNodeBooter()