It doesn't make sense for the E2E framework to have command line options that don't do anything because then all test suites built with the framework inherit those options. For -list-images and -list-conformance-tests the solution is to move the implementation into the framework (-list-images) respectively move the flag into test/e2e (-list-conformance-tests). The placement was decided based on the observation that image patching is common functionality while conformance testing is specific to one test suite.
31 KiB
31 KiB