Changeset 2420


Ignore:
Timestamp:
03/13/10 02:50:17 (5 months ago)
Author:
aturner
Message:

add unit test for --preload-pcap. refs #410

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.4/test/Makefile.am

    r2352 r2420  
    141141 
    142142tcpreplay: replay_basic replay_cache replay_pps replay_rate replay_top \ 
    143         replay_config replay_multi replay_pps_multi 
     143        replay_config replay_multi replay_pps_multi replay_precache 
    144144 
    145145prep_config: 
     
    520520        if [ $? ] ; then $(PRINTF) "\t\t\t%s\n" "FAILED"; else $(PRINTF) "\t\t\t%s\n" "OK"; fi 
    521521 
     522replay_precache: 
     523        $(PRINTF) "%s" "[tcpreplay] Precache test: " 
     524        $(PRINTF) "%s\n" "*** [tcpreplay] Precache test: " >>test.log 
     525        $(TCPREPLAY) $(ENABLE_DEBUG) -i $(nic1) --preload-pcap test.pcap >>test.log 2>&1 
     526        if [ $? ] ; then $(PRINTF) "\t\t\t%s\n" "FAILED"; else $(PRINTF) "\t\t\t%s\n" "OK"; fi 
     527 
    522528datadump_mode: 
    523529        $(PRINTF) "%s" "[tcpreplay] Data dump test: " 
Note: See TracChangeset for help on using the changeset viewer.