mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-08-08 23:37:11 +00:00
use node-e2e framework for testing cadvisor
This commit is contained in:
@@ -178,6 +178,8 @@ func main() {
|
||||
switch *testSuite {
|
||||
case "conformance":
|
||||
suite = remote.InitConformanceRemote()
|
||||
case "cadvisor":
|
||||
suite = remote.InitCAdvisorE2ERemote()
|
||||
// TODO: Add subcommand for node soaking, node conformance, cri validation.
|
||||
case "default":
|
||||
// Use node e2e suite by default if no subcommand is specified.
|
||||
|
||||
Reference in New Issue
Block a user