mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-06 01:07:03 +00:00
8 lines
415 B
Go
8 lines
415 B
Go
// Package integration provides integration tests for open-cluster-management registration, the test cases include
|
|
// - managed cluster joining process
|
|
// - managed cluster health check
|
|
// - registration agent rotate its certificate after its certificate is expired
|
|
// - registration agent recovery from invalid bootstrap kubeconfig
|
|
// - registration agent recovery from invalid hub kubeconfig
|
|
package registration
|