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