Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UpgradeTest ¶
type UpgradeTest struct { K8sInterface kubernetes.Interface EaInterface eaClientSet.Interface SubsInterface subscriptionClientSet.Interface }
UpgradeTest tests the Event Bus business logic after Kyma upgrade phase
func NewEventBusUpgradeTest ¶
func NewEventBusUpgradeTest(k8sCli kubernetes.Interface, eaInterface eaClientSet.Interface, subsCli subscriptionClientSet.Interface) *UpgradeTest
NewEventBusUpgradeTest returns new instance of the UpgradeTest
func (*UpgradeTest) CreateResources ¶
func (ut *UpgradeTest) CreateResources(stop <-chan struct{}, log logrus.FieldLogger, namespace string) error
CreateResources creates resources needed for e2e upgrade test
func (*UpgradeTest) TestResources ¶
func (ut *UpgradeTest) TestResources(stop <-chan struct{}, log logrus.FieldLogger, namespace string) error
TestResources tests resources after upgrade phase
Click to show internal directories.
Click to hide internal directories.