1NAME = "IPv6 Connect" 2AUTHOR = "David Luyer <luyer@google.com>" 3TIME = "MEDIUM" 4TEST_CATEGORY = "FUNCTIONAL" 5TEST_CLASS = "KERNEL" 6TEST_TYPE = "CLIENT" 7DOC = """ 8Create many TCP connections to dual-stack sockets on IPv6 loopback, connecting 9to the IPv4, IPv6-mapped-IPv4 and IPv6 loopback address (different code paths). 10""" 11 12job.run_test('ipv6connect') 13