We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4073da2 commit 2e51bcfCopy full SHA for 2e51bcf
tests/raspbian/test_interfaces.py
@@ -152,7 +152,7 @@ def test_ipv6_static(self):
152
'''
153
self.assertEqual(o.render(), expected)
154
155
- def test_ipv6_static(self):
+ def test_multi_ipv6_static(self):
156
o = Raspbian({
157
"interfaces": [
158
{
@@ -319,7 +319,7 @@ def test_ipv6_dhcp(self):
319
320
321
322
- def test_ipv6_dhcp(self):
+ def test_multi_ipv6_dhcp(self):
323
324
325
0 commit comments