Changeset bcb2402
- Timestamp:
- 02/13/14 10:19:14 (7 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 2138553
- Parents:
- bf1029a
- Location:
- test
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
test/do-tests.sh
r376c785 rbcb2402 42 42 do_test ./test-decode pcapfile 43 43 44 echo \* Read pcapfilens 45 do_test ./test-format pcapfilens 46 do_test ./test-decode pcapfilens 47 44 48 echo \* Read legacyatm 45 49 do_test ./test-format legacyatm -
test/test-decode.c
r376c785 rbcb2402 74 74 if (!strcmp(type,"pcapfile")) 75 75 return "pcapfile:traces/100_packets.pcap"; 76 if (!strcmp(type,"pcapfilens")) 77 return "pcapfile:traces/100_packetsns.pcap"; 76 78 if (!strcmp(type, "duck")) 77 79 return "duck:traces/100_packets.duck"; -
test/test-format.c
r376c785 rbcb2402 73 73 if (!strcmp(type,"pcapfile")) 74 74 return "pcapfile:traces/100_packets.pcap"; 75 if (!strcmp(type,"pcapfilens")) 76 return "pcapfile:traces/100_packetsns.pcap"; 75 77 if (!strcmp(type, "duck")) 76 78 return "duck:traces/100_packets.duck";
Note: See TracChangeset
for help on using the changeset viewer.