@@ -115,7 +115,7 @@ func TestNew(t *testing.T) {
115115 },
116116 },
117117 {
118- name : "success-empty -ipv4-with-ipv6-connection" ,
118+ name : "success-no -ipv4-config -with-ipv6-connection" ,
119119 localIPs : []net.IP {net .ParseIP ("2001:5a0:4300::2" )},
120120 provider : & localRawfile ,
121121 hostname : "mlab1.six02.measurement-lab.org" ,
@@ -130,7 +130,7 @@ func TestNew(t *testing.T) {
130130 },
131131 },
132132 {
133- name : "success-empty -ipv4-with-ipv4-connection" ,
133+ name : "success-no -ipv4-config -with-ipv4-connection" ,
134134 localIPs : []net.IP {net .ParseIP ("64.86.148.137" )},
135135 provider : & localRawfile ,
136136 hostname : "mlab1.six02.measurement-lab.org" ,
@@ -143,7 +143,7 @@ func TestNew(t *testing.T) {
143143 want : annotator.Annotations {},
144144 },
145145 {
146- name : "success-empty -ipv6-with-ipv4-connection" ,
146+ name : "success-no -ipv6-config -with-ipv4-connection" ,
147147 localIPs : []net.IP {net .ParseIP ("64.86.148.130" )},
148148 provider : & localRawfile ,
149149 hostname : "mlab1.six01.measurement-lab.org" ,
@@ -158,7 +158,7 @@ func TestNew(t *testing.T) {
158158 },
159159 },
160160 {
161- name : "success-empty -ipv6-with-ipv6-connection" ,
161+ name : "success-no -ipv6-config -with-ipv6-connection" ,
162162 localIPs : []net.IP {net .ParseIP ("2001:5a0:4300::2" )},
163163 provider : & localRawfile ,
164164 hostname : "mlab1.six01.measurement-lab.org" ,
0 commit comments