use node-e2e framework for testing cadvisor

This commit is contained in:
David Ashpole
2018-01-31 10:14:54 -08:00
parent 1150de9ce6
commit 17e8d8c040
7 changed files with 113 additions and 11 deletions

View File

@@ -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.