1# 2# This file and its contents are supplied under the terms of the 3# Common Development and Distribution License ("CDDL"), version 1.0. 4# You may only use this file in accordance with the terms of version 5# 1.0 of the CDDL. 6# 7# A full copy of the text of the CDDL should have accompanied this 8# source. A copy of the CDDL is also available via the Internet at 9# http://www.illumos.org/license/CDDL. 10# 11 12# 13# Copyright 2019 Joyent, Inc. 14# Copyright 2024 Bill Sommerfeld <sommerfeld@hamachi.org> 15# 16 17[DEFAULT] 18outputdir = /var/tmp/test_results 19quiet = False 20timeout = 300 21 22[/opt/net-tests/tests/forwarding] 23tests = [ 24 'ip_fwd_001', 25 'ip_fwd_002', 26 'ip_fwd_003', 27 'ip_fwd_004', 28 'ip_fwd_005', 29 'ip_fwd_006', 30 'ip_fwd_007', 31 'ip_fwd_008', 32 'ip_fwd_009', 33 'ip_fwd_010', 34 'ip_fwd_011', 35 'ip_fwd_012', 36 'ip_fwd_013', 37 'ip_fwd_014', 38 'ip_fwd_015', 39 'ip_fwd_016', 40 'ip_fwd_017', 41 'ip_fwd_018', 42 'ip_fwd_019', 43 'ip_fwd_020' 44 ] 45user = root 46 47[/opt/net-tests/tests/ipv6] 48tests = [ 49 'link-local', 50 'scope-test-v4', 51 'scope-test-v6', 52 ] 53user = root 54