Changeset 43b773a
- Timestamp:
- 03/01/18 17:20:58 (3 years ago)
- Branches:
- cachetimestamps, develop, etsilive, master, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance
- Children:
- 29cafc0
- Parents:
- 02d13cb
- Location:
- test
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
test/do-tests-parallel.sh
rccef50c r43b773a 20 20 echo \* Read erf 21 21 do_test ./test-format-parallel erf 22 23 echo \* Read erf provenance 24 do_test ./test-format-parallel erfprov 22 25 23 26 echo \* Read pcap -
test/do-tests.sh
rccef50c r43b773a 33 33 do_test ./test-format erf 34 34 do_test ./test-decode erf 35 36 echo \* Read erf provenance 37 do_test ./test-format erfprov 35 38 36 39 echo \* Read pcap -
test/test-format-parallel.c
r568a341 r43b773a 66 66 if (!strcmp(type,"erf")) 67 67 return "erf:traces/100_packets.erf"; 68 if (!strcmp(type,"erfprov")) 69 return "erf:traces/provenance.erf"; 68 70 if (!strcmp(type,"rawerf")) 69 71 return "rawerf:traces/100_packets.erf"; -
test/test-format.c
r568a341 r43b773a 87 87 if (!strcmp(type, "tsh")) 88 88 return "tsh:traces/10_packets.tsh.gz"; 89 if (!strcmp(type, "erfprov")) 90 return "erf:traces/provenance.erf"; 89 91 return type; 90 92 }
Note: See TracChangeset
for help on using the changeset viewer.