File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/e2e_node/runner/remote Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ import (
48
48
)
49
49
50
50
var testArgs = flag .String ("test_args" , "" , "Space-separated list of arguments to pass to Ginkgo test runner." )
51
- var testSuite = flag .String ("test-suite" , "default" , "Test suite the runner initializes with. Currently support default|conformance" )
51
+ var testSuite = flag .String ("test-suite" , "default" , "Test suite the runner initializes with. Currently support default|cadvisor| conformance" )
52
52
var instanceNamePrefix = flag .String ("instance-name-prefix" , "" , "prefix for instance names" )
53
53
var zone = flag .String ("zone" , "" , "gce zone the hosts live in" )
54
54
var project = flag .String ("project" , "" , "gce project the hosts live in" )
@@ -196,7 +196,7 @@ func main() {
196
196
// Use node e2e suite by default if no subcommand is specified.
197
197
suite = remote .InitNodeE2ERemote ()
198
198
default :
199
- klog .Fatalf ("--test-suite must be one of default or conformance" )
199
+ klog .Fatalf ("--test-suite must be one of default, cadvisor, or conformance" )
200
200
}
201
201
202
202
rand .Seed (time .Now ().UnixNano ())
You can’t perform that action at this time.
0 commit comments