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# 15 16[DEFAULT] 17outputdir = /var/tmp/test_results 18quiet = False 19timeout = 300 20 21[/opt/net-tests/tests/forwarding] 22tests = [ 23 'ip_fwd_001', 24 'ip_fwd_002', 25 'ip_fwd_003', 26 'ip_fwd_004', 27 'ip_fwd_005', 28 'ip_fwd_006', 29 'ip_fwd_007', 30 'ip_fwd_008', 31 'ip_fwd_009', 32 'ip_fwd_010', 33 'ip_fwd_011', 34 'ip_fwd_012', 35 'ip_fwd_013', 36 'ip_fwd_014', 37 'ip_fwd_015', 38 'ip_fwd_016', 39 'ip_fwd_017', 40 'ip_fwd_018', 41 'ip_fwd_019', 42 'ip_fwd_020' 43 ] 44user = root 45