You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to run integration tests via go test -v ./tests/integration/ - the integration tests fail on OpenStack "Zed".
Timed out after 120.000s.Unexpected error:
<*errors.StatusError | 0xc0004aa640>: {ErrStatus: {TypeMeta: {Kind: "", APIVersion: ""},ListMeta: {SelfLink: "",ResourceVersion: "",Continue: "",RemainingItemCount: nil,},Status: "Failure",Message: "persistentvolumeclaims \"k3os-zed-openstack-test-0\" not found",Reason: "NotFound",Details: {Name: "k3os-zed-openstack-test-0",Group: "",Kind: "persistentvolumeclaims",UID: "",Causes: nil,RetryAfterSeconds: 0,},Code: 404,},}persistentvolumeclaims "k3os-zed-openstack-test-0" not foundoccurredIn [It] at: /home/mike/Projects/vm-import-controller/tests/integration/openstack_test.go:98
On the Image downloading portion:
The error message seems to note that it is trying to fetch it over https when it is not really, clicking into the image, you'll see the url is accurate at the http address with port 8080.
Description
Trying to run integration tests via
go test -v ./tests/integration/
- the integration tests fail on OpenStack "Zed".On the Image downloading portion:
The error message seems to note that it is trying to fetch it over
https
when it is not really, clicking into the image, you'll see the url is accurate at thehttp
address with port8080
.cc: @ibrokethecloud
The text was updated successfully, but these errors were encountered: