summaryrefslogtreecommitdiffhomepage
path: root/dhcpv6/option_userclass_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'dhcpv6/option_userclass_test.go')
-rw-r--r--dhcpv6/option_userclass_test.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/dhcpv6/option_userclass_test.go b/dhcpv6/option_userclass_test.go
index 562ee74..16fae72 100644
--- a/dhcpv6/option_userclass_test.go
+++ b/dhcpv6/option_userclass_test.go
@@ -91,13 +91,3 @@ func TestOptUserClassString(t *testing.T) {
"String() should contain the list of user classes",
)
}
-
-func TestOptUserClassParseOptUserClassCiena(t *testing.T) {
- buf := []byte{
- 0x00, 0x13, 0x31, 0x2f, 0x52,
- 0x4c, 0x53, 0x2d, 0x30, 0x32, 0x2e, 0x30, 0x34,
- 0x2e, 0x30, 0x32, 0x2e, 0x30, 0x30, 0x35, 0x32,
- }
- _, err := ParseOptUserClass(buf)
- require.NoError(t, err)
-}