• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2015 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5from autotest_lib.client.cros import dhcpv6_test_base
6
7class network_Dhcpv6Basic(dhcpv6_test_base.Dhcpv6TestBase):
8    """
9    Tests DHCPv6 lease negotiation process.
10    """
11
12    def test_body(self):
13        """The main body for this test."""
14        self.check_dhcpv6_config()
15