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