Ignore:
Timestamp:
07/15/14 16:37:15 (11 years ago)
Author:
wojtekp
Message:
 
Location:
DCWoRMS/branches/coolemall/src/test/CloudAppTest
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/test/CloudAppTest/CB1_FCFS_Consolidation_NodePowMan_SP.java

    r1399 r1420  
    77 
    88import schedframe.events.scheduling.SchedulingEvent; 
    9 import schedframe.exceptions.ResourceException; 
    109import schedframe.resources.ResourceStatus; 
    1110import schedframe.resources.StandardResourceType; 
     
    9089                Node node; 
    9190                if(avNodes.size() == 0){ 
    92                         try { 
    93                                 nodes = (List<Node>) resourceManager.getResourcesByTypeWithStatus(StandardResourceType.Node, ResourceStatus.UNAVAILABLE); 
    94                         } catch (ResourceException e) { 
    95                                 // TODO Auto-generated catch block 
    96                                 e.printStackTrace(); 
    97                         } 
     91 
     92                        nodes = (List<Node>) resourceManager.getResourcesByTypeWithStatus(StandardResourceType.Node, ResourceStatus.UNAVAILABLE); 
     93                                 
    9894                        node = turnOnFirstNode(nodes, task); 
    9995                        if(node == null) 
  • DCWoRMS/branches/coolemall/src/test/CloudAppTest/DCWORMS_PLMXML_PSNCLittleServerRoom_1.xml

    r1335 r1420  
    1111             xsi:noNamespaceSchemaLocation="../DCwormsResSchema.xsd"> 
    1212   <timeEstimationPlugin> 
    13       <name>example.timeestimation.coolemall.PhaseTimeEstimationPlugin</name> 
     13      <name>example.timeestimation.coolemall.PhaseBasedTimeEstimationPlugin</name> 
    1414   </timeEstimationPlugin> 
    1515   <resources mode="CoolEmAll"> 
  • DCWoRMS/branches/coolemall/src/test/CloudAppTest/DCWORMS_PLMXML_PSNCLittleServerRoom_1_old.xml

    r1335 r1420  
    1111             xsi:noNamespaceSchemaLocation="../DCwormsResSchema.xsd"> 
    1212   <timeEstimationPlugin> 
    13       <name>example.timeestimation.coolemall.PhaseTimeEstimationPlugin</name> 
     13      <name>example.timeestimation.coolemall.PhaseBasedTimeEstimationPlugin</name> 
    1414   </timeEstimationPlugin> 
    1515   <resources mode="CoolEmAll"> 
Note: See TracChangeset for help on using the changeset viewer.