598f4ceed9327d2d6c2325dd67cae3aa06f7fea6Garrett D'Amore#
598f4ceed9327d2d6c2325dd67cae3aa06f7fea6Garrett D'Amore# This file and its contents are supplied under the terms of the
598f4ceed9327d2d6c2325dd67cae3aa06f7fea6Garrett D'Amore# Common Development and Distribution License ("CDDL"), version 1.0.
598f4ceed9327d2d6c2325dd67cae3aa06f7fea6Garrett D'Amore# You may only use this file in accordance with the terms of version
598f4ceed9327d2d6c2325dd67cae3aa06f7fea6Garrett D'Amore# 1.0 of the CDDL.
598f4ceed9327d2d6c2325dd67cae3aa06f7fea6Garrett D'Amore#
598f4ceed9327d2d6c2325dd67cae3aa06f7fea6Garrett D'Amore# A full copy of the text of the CDDL should have accompanied this
598f4ceed9327d2d6c2325dd67cae3aa06f7fea6Garrett D'Amore# source. A copy of the CDDL is also available via the Internet at
598f4ceed9327d2d6c2325dd67cae3aa06f7fea6Garrett D'Amore# http://www.illumos.org/license/CDDL.
598f4ceed9327d2d6c2325dd67cae3aa06f7fea6Garrett D'Amore#
598f4ceed9327d2d6c2325dd67cae3aa06f7fea6Garrett D'Amore
598f4ceed9327d2d6c2325dd67cae3aa06f7fea6Garrett D'Amore#
598f4ceed9327d2d6c2325dd67cae3aa06f7fea6Garrett D'Amore# Copyright (c) 2012 by Delphix. All rights reserved.
598f4ceed9327d2d6c2325dd67cae3aa06f7fea6Garrett D'Amore# Copyright 2014 Garrett D'Amore <garrett@damore.org>
598f4ceed9327d2d6c2325dd67cae3aa06f7fea6Garrett D'Amore#
598f4ceed9327d2d6c2325dd67cae3aa06f7fea6Garrett D'Amore
598f4ceed9327d2d6c2325dd67cae3aa06f7fea6Garrett D'Amore[DEFAULT]
598f4ceed9327d2d6c2325dd67cae3aa06f7fea6Garrett D'Amorepre =
598f4ceed9327d2d6c2325dd67cae3aa06f7fea6Garrett D'Amoreverbose = False
598f4ceed9327d2d6c2325dd67cae3aa06f7fea6Garrett D'Amorequiet = False
598f4ceed9327d2d6c2325dd67cae3aa06f7fea6Garrett D'Amoretimeout = 60
598f4ceed9327d2d6c2325dd67cae3aa06f7fea6Garrett D'Amorepost =
598f4ceed9327d2d6c2325dd67cae3aa06f7fea6Garrett D'Amoreoutputdir = /var/tmp/test_results
598f4ceed9327d2d6c2325dd67cae3aa06f7fea6Garrett D'Amore
598f4ceed9327d2d6c2325dd67cae3aa06f7fea6Garrett D'Amore[/opt/util-tests/tests/printf_test]
e03914f9208eb53e6c8a6d5a436953ad983642b0Robert Mustacchi[/opt/util-tests/tests/allowed-ips]
598f4ceed9327d2d6c2325dd67cae3aa06f7fea6Garrett D'Amore
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore[/opt/util-tests/tests/xargs_test]
37c79205ad46187f54b2edbf6a468160935f14d9Joshua M. Clulow
37c79205ad46187f54b2edbf6a468160935f14d9Joshua M. Clulow[/opt/util-tests/tests/libnvpair_json]
37c79205ad46187f54b2edbf6a468160935f14d9Joshua M. Clulowtests = ['json_00_blank', 'json_01_boolean', 'json_02_numbers',
37c79205ad46187f54b2edbf6a468160935f14d9Joshua M. Clulow 'json_03_empty_arrays', 'json_04_number_arrays', 'json_05_strings',
37c79205ad46187f54b2edbf6a468160935f14d9Joshua M. Clulow 'json_06_nested', 'json_07_nested_arrays']