Update test-suite.md
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
This commit is contained in:
parent
519169d9d6
commit
09617d5877
|
@ -151,7 +151,7 @@ if *runKubeletMode { RunKubelet(); return }
|
|||
if *systemValidateMode { ValidateSpec(); return }
|
||||
```
|
||||
|
||||
### ginkgo.SynchronizedBeforeSuide
|
||||
### ginkgo.SynchronizedBeforeSuite
|
||||
|
||||
The first inner call is a Ginkgo helper function called before running the entire suite.
|
||||
|
||||
|
@ -203,4 +203,4 @@ if err != nil {
|
|||
|
||||
klog.Info("E2E services started.")
|
||||
return nil
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue