Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use HaveLen(x) instead of Expect(len(y)).To(Equal(x)) | Ed Santiago | 2021-12-02 |
| | | | | | | sed -i -e 's/Expect(len(\(.*\)))\.To(Equal(\(.*\)))/Expect(\1).To(HaveLen(\2))/' test/e2e/*.go Signed-off-by: Ed Santiago <santiago@redhat.com> | ||
* | Use BeEmpty() instead of len(x).To(Equal(0)) | Ed Santiago | 2021-12-02 |
| | | | | | | sed -i -e 's/Expect(len(\(.*\)))\.To(Equal(0))/Expect(\1).To(BeEmpty())/' test/e2e/*.go Signed-off-by: Ed Santiago <santiago@redhat.com> | ||
* | e2e tests: enable golint | Ed Santiago | 2021-11-29 |
| | | | | | | ...and fix problems found therewith. Signed-off-by: Ed Santiago <santiago@redhat.com> | ||
* | Copy the content from the underlying image into the newly created volume. | Vikas Goel | 2021-07-20 |
Fixes: #10262 Signed-off-by: Vikas Goel <vikas.goel@gmail.com> |