Rename pingall test to signal ip

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2022-10-21 14:08:04 +02:00
parent d242ceac46
commit fa3d21cbc0
No known key found for this signature in database

View file

@ -5,7 +5,7 @@ import (
"testing"
)
func TestPingAll(t *testing.T) {
func TestPingAllByIP(t *testing.T) {
IntegrationSkip(t)
scenario, err := NewScenario()