reenable e2e_node services & debugging improvements
- re-enable e2e_node services - call GenerateSecureToken for e2e_node Conformance test-suite - add log messages indicating location in process - move log messages to some more accurate locations
This commit is contained in:
@@ -197,7 +197,6 @@ var _ = ginkgo.SynchronizedBeforeSuite(func() []byte {
|
||||
// If the services are expected to keep running after test, they should not monitor the test process.
|
||||
e2es = services.NewE2EServices(*stopServices)
|
||||
gomega.Expect(e2es.Start()).To(gomega.Succeed(), "should be able to start node services.")
|
||||
klog.Infof("Node services started. Running tests...")
|
||||
} else {
|
||||
klog.Infof("Running tests without starting services.")
|
||||
}
|
||||
|
Reference in New Issue
Block a user