#!/usr/bin/sed -e 1d;/^#/d

#
# Development Order #2:
# 
# This JSON data describes the tool, and will be shown when 'pscheduler 
# plugins tools' is run. This is the first file which should be edited.
#
# Be sure to edit line 19, as this determines what tests the tool is
# compatible with.
#

{
    "schema": 1,

    "name": "dhclient",
    "description": "Runs dhclient to assess DHCP response time.",
    "version": "1.0",
    "tests": [ "dhcp" ],

    "preference": 0,

    "maintainer": {
        "name": "perfSONAR Development Team",
	"email": "perfsonar-developer@internet2.edu",
	"href": "http://www.perfsonar.net"
    }
}
