You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
354 B
13 lines
354 B
NAME = "IPv6 Connect"
|
|
AUTHOR = "David Luyer <luyer@google.com>"
|
|
TIME = "MEDIUM"
|
|
TEST_CATEGORY = "FUNCTIONAL"
|
|
TEST_CLASS = "KERNEL"
|
|
TEST_TYPE = "CLIENT"
|
|
DOC = """
|
|
Create many TCP connections to dual-stack sockets on IPv6 loopback, connecting
|
|
to the IPv4, IPv6-mapped-IPv4 and IPv6 loopback address (different code paths).
|
|
"""
|
|
|
|
job.run_test('ipv6connect')
|