mirror of
https://github.com/logos-storage/logos-storage-network-testing.git
synced 2026-01-02 13:33:07 +00:00
UPD tests names
This commit is contained in:
parent
ef845091f2
commit
81b57ad0ac
@ -1 +1 @@
|
||||
Subproject commit 8872fe3df2b59fbe59de3c04c3e8a39370f87e7e
|
||||
Subproject commit 5fb8ce33d7b4edb3fbc996ff9b3dfe1f7c6c738b
|
||||
@ -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
|
||||
})
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user