mirror of
https://github.com/nxtrace/NTrace-core.git
synced 2025-08-12 06:26:39 +00:00
update: no longer test with icmp
This commit is contained in:
@@ -6,14 +6,10 @@ import (
|
||||
"github.com/xgadget-lab/nexttrace/trace"
|
||||
)
|
||||
|
||||
func TestICMPTrace(t *testing.T) {
|
||||
ft := FastTracer{}
|
||||
ft.TracerouteMethod = trace.ICMPTrace
|
||||
ft.testCM()
|
||||
}
|
||||
|
||||
// ICMP Use Too Many Time to Wait So we don't test it.
|
||||
func TestTCPTrace(t *testing.T) {
|
||||
ft := FastTracer{}
|
||||
ft.TracerouteMethod = trace.TCPTrace
|
||||
ft.testCM()
|
||||
ft.testEDU()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user