diff --git a/clustertest b/clustertest index 8872fe3..5fb8ce3 160000 --- a/clustertest +++ b/clustertest @@ -1 +1 @@ -Subproject commit 8872fe3df2b59fbe59de3c04c3e8a39370f87e7e +Subproject commit 5fb8ce33d7b4edb3fbc996ff9b3dfe1f7c6c738b diff --git a/tests/codex_test.go b/tests/info1_test.go similarity index 100% rename from tests/codex_test.go rename to tests/info1_test.go diff --git a/tests/codex1_test.go b/tests/upload1_test.go similarity index 91% rename from tests/codex1_test.go rename to tests/upload1_test.go index 8575d6f..f466719 100644 --- a/tests/codex1_test.go +++ b/tests/upload1_test.go @@ -51,11 +51,8 @@ func TestUpload(t *testing.T) { t.Error(Fatal("HOST EOutput: %s\n", stderr.String())) return err } - - // codex seems to exit upon function exit runout := &bytes.Buffer{} runerr := &bytes.Buffer{} - // code below runs a local call to the api, WORKS only with localhost and not ip time.Sleep(2 * time.Second) if i == 1 { node.SendFile("tests/dog1.txt", bytes.NewBuffer([]byte("hello my dog"))) @@ -81,9 +78,6 @@ func TestUpload(t *testing.T) { }) } } - // t.Logf("HOST Output: %s\n\n", stdout.String()) - // t.Logf("HOST EOutput: %s\n\n", stderr.String()) - return nil }) }