k3s/test/e2e/storage/utils
Kenichi Omichi 63e0507fd9 Check e2e test code to use ExpectError()
We can use framework.ExpectError() for checking the expected error
happens. However Expect(err).To(HaveOccurred()) can be used instead
and that makes the e2e test code unreadable.
This adds the check to use framework.ExpectError() for readable code.
2019-05-29 17:04:58 +00:00
..
BUILD Move framework ssh code to new package 2019-05-08 11:00:36 -05:00
deployment.go e2e test updates for beta 2019-03-05 20:24:59 -08:00
framework.go
host_exec.go Adds Windows-related Networking tests 2019-02-06 15:58:18 -08:00
local.go remove dot imports in e2e/storage 2019-05-10 13:56:26 +08:00
utils.go Check e2e test code to use ExpectError() 2019-05-29 17:04:58 +00:00