E2E Testing: Real Developers Don't Test... But They Should
900 character max One of the excuses of developers for not writing tests is that they don't know how or that it is too much work. Real-world end-to-end (E2E) testing on Kubernetes was indeed difficult …
Talk Title | E2E Testing: Real Developers Don't Test… But They Should |
Speakers | Patrick Ohly (Senior Software Engineer, Intel) |
Conference | KubeCon + CloudNativeCon |
Conf Tag | |
Location | Shanghai, China |
Date | Jun 23-26, 2019 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
900 character max One of the excuses of developers for not writing tests is that they don’t know how or that it is too much work. Real-world end-to-end (E2E) testing on Kubernetes was indeed difficult outside of core Kubernetes itself, because of limitations and dependencies of the Kubernetes E2E framework. Not anymore! Starting with 1.13, the framework can be used by outside projects. Several projects have already started to use the framework (Kubernetes Node Feature Discovery, Intel CSI storage drivers). The talk will present the recent changes in the E2E framework (like splitting out cloud provider dependencies, clarifying parameter handling, enhancing configuration and external file support) and explain how to use it, using a real CSI driver as example.