GinkgoCSIDriverTester implements Tester by running E2E tests for Azure-related CSI drivers
| 1348 | |
| 1349 | // GinkgoCSIDriverTester implements Tester by running E2E tests for Azure-related CSI drivers |
| 1350 | type GinkgoCSIDriverTester struct { |
| 1351 | driverName string |
| 1352 | } |
| 1353 | |
| 1354 | // Run executes custom ginkgo script |
| 1355 | func (t *GinkgoCSIDriverTester) Run(control *process.Control, testArgs []string) error { |
nothing calls this directly
no outgoing calls
no test coverage detected