1598f4ceeSGarrett D'Amore# 2598f4ceeSGarrett D'Amore# This file and its contents are supplied under the terms of the 3598f4ceeSGarrett D'Amore# Common Development and Distribution License ("CDDL"), version 1.0. 4598f4ceeSGarrett D'Amore# You may only use this file in accordance with the terms of version 5598f4ceeSGarrett D'Amore# 1.0 of the CDDL. 6598f4ceeSGarrett D'Amore# 7598f4ceeSGarrett D'Amore# A full copy of the text of the CDDL should have accompanied this 8598f4ceeSGarrett D'Amore# source. A copy of the CDDL is also available via the Internet at 9598f4ceeSGarrett D'Amore# http://www.illumos.org/license/CDDL. 10598f4ceeSGarrett D'Amore# 11598f4ceeSGarrett D'Amore 12598f4ceeSGarrett D'Amore# 13598f4ceeSGarrett D'Amore# Copyright (c) 2012 by Delphix. All rights reserved. 14598f4ceeSGarrett D'Amore# Copyright 2014 Garrett D'Amore <garrett@damore.org> 1563cfa7a9SRyan Zezeski# Copyright 2017 Joyent, Inc. 16598f4ceeSGarrett D'Amore# 17598f4ceeSGarrett D'Amore 18598f4ceeSGarrett D'Amore[DEFAULT] 19598f4ceeSGarrett D'Amorepre = 20598f4ceeSGarrett D'Amoreverbose = False 21598f4ceeSGarrett D'Amorequiet = False 22598f4ceeSGarrett D'Amoretimeout = 60 23598f4ceeSGarrett D'Amorepost = 24598f4ceeSGarrett D'Amoreoutputdir = /var/tmp/test_results 25598f4ceeSGarrett D'Amore 26598f4ceeSGarrett D'Amore[/opt/util-tests/tests/printf_test] 27e03914f9SRobert Mustacchi[/opt/util-tests/tests/allowed-ips] 2863cfa7a9SRyan Zezeski[/opt/util-tests/tests/set-linkprop] 2959596c01SRobert Mustacchi[/opt/util-tests/tests/libsff/libsff] 30174bc649SRobert Mustacchi[/opt/util-tests/tests/libjedec_test] 31174bc649SRobert Mustacchi[/opt/util-tests/tests/smbios] 32598f4ceeSGarrett D'Amore 33826ac02aSGarrett D'Amore[/opt/util-tests/tests/xargs_test] 3437c79205SJoshua M. Clulow 35*7fd79137SRobert Mustacchi[/opt/util-tests/tests/mergeq/mqt] 36*7fd79137SRobert Mustacchi[/opt/util-tests/tests/mergeq/wqt] 37*7fd79137SRobert Mustacchi 3837c79205SJoshua M. Clulow[/opt/util-tests/tests/libnvpair_json] 3937c79205SJoshua M. Clulowtests = ['json_00_blank', 'json_01_boolean', 'json_02_numbers', 4037c79205SJoshua M. Clulow 'json_03_empty_arrays', 'json_04_number_arrays', 'json_05_strings', 4137c79205SJoshua M. Clulow 'json_06_nested', 'json_07_nested_arrays'] 42