From b1f737c3139279c3f0ec0fd6f1af86228c33d98e Mon Sep 17 00:00:00 2001 From: geauxvirtual Date: Mon, 12 Oct 2015 11:39:03 -0700 Subject: [PATCH] Remove psutil plugin from tests where it wasn't being used. --- mgmt/rest/rest_func_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/mgmt/rest/rest_func_test.go b/mgmt/rest/rest_func_test.go index 5471f0097..b35df69f8 100644 --- a/mgmt/rest/rest_func_test.go +++ b/mgmt/rest/rest_func_test.go @@ -55,7 +55,6 @@ var ( PULSE_PATH = os.Getenv("PULSE_PATH") DUMMY_PLUGIN_PATH1 = PULSE_PATH + "/plugin/pulse-collector-dummy1" DUMMY_PLUGIN_PATH2 = PULSE_PATH + "/plugin/pulse-collector-dummy2" - PSUTIL_PLUGIN_PATH = PULSE_PATH + "/plugin/pulse-collector-psutil" FILE_PLUGIN_PATH = PULSE_PATH + "/plugin/pulse-publisher-file" NextPort = 40000 @@ -1046,7 +1045,6 @@ func TestPluginRestCalls(t *testing.T) { uploadPlugin(DUMMY_PLUGIN_PATH2, port) uploadPlugin(FILE_PLUGIN_PATH, port) - uploadPlugin(PSUTIL_PLUGIN_PATH, port) r1 := createTask("1.json", "xenu", "500ms", true, port) So(r1.Meta.Code, ShouldEqual, 201)