Changeset 376c785
- Timestamp:
- 06/27/13 15:59:34 (8 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:
- fdb5e98
- Parents:
- 98d4e2d
- Location:
- test
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
test/do-tests.sh
rafaf6e8 r376c785 57 57 do_test ./test-format tsh 58 58 do_test ./test-decode tsh 59 60 echo \* Read rawerf 61 do_test ./test-format rawerf 62 do_test ./test-decode rawerf 63 59 64 60 65 echo \* Testing pcap-bpf -
test/test-decode.c
r2f062d8 r376c785 64 64 if (!strcmp(type,"erf")) 65 65 return "erf:traces/100_packets.erf"; 66 if (!strcmp(type,"rawerf")) 67 return "rawerf:traces/100_packets.erf"; 66 68 if (!strcmp(type,"pcap")) 67 69 return "pcap:traces/100_packets.pcap"; -
test/test-format.c
r1f0fd98 r376c785 63 63 if (!strcmp(type,"erf")) 64 64 return "erf:traces/100_packets.erf"; 65 if (!strcmp(type,"rawerf")) 66 return "rawerf:traces/100_packets.erf"; 65 67 if (!strcmp(type,"pcap")) 66 68 return "pcap:traces/100_packets.pcap";
Note: See TracChangeset
for help on using the changeset viewer.