Ignore:
Timestamp:
11/06/2017 03:27:20 PM (8 years ago)
Author:
jdalbey
Message:

System Tests updated to work with new integrated Traffic Mgr. All system tests now passing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/tmcsim/cadsimulator/CADSimulatorConsoleTest.java

    r123 r228  
    271271            + "ParamicsProperties     = pconfig.txt\n" 
    272272            + "ATMSProperties         = empty.txt\n" 
     273            + "TrafficMgrProperties   = tconfig.txt\n" 
    273274            + "MediaProperties        = empty.txt\n"; 
     275    static final String trafficMgrData = "Highways_Map_File = config/vds_data/highways_fullmap.txt\n" 
     276            +"Events_File = config/vds_data/atmsBatchEvents.txt\n" 
     277            +"FEPSim_IP_addr = localhost\n" 
     278            +"Output_Destination = Console\n"; 
    274279    static final String paramicsData = "ParamicsCommHost = 127.0.0.1\n" 
    275280            + "ParamicsCommPort       = 4450\n" 
     
    295300        // Redirect the standard output 
    296301//        System.setOut(ps); 
     302        File cf = new File ("config.txt"); 
     303        cf.delete(); 
    297304        writedata("config.txt", configData); 
     305        writedata("tconfig.txt", trafficMgrData); 
    298306        writedata("pconfig.txt", paramicsData); 
    299307        writedata("empty.txt", ""); 
Note: See TracChangeset for help on using the changeset viewer.