Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Remove psutil plugin from tests where it wasn't being used.
Browse files Browse the repository at this point in the history
  • Loading branch information
geauxvirtual committed Oct 14, 2015
1 parent ba9157a commit b1f737c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mgmt/rest/rest_func_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit b1f737c

Please sign in to comment.