(chaosClient *chaos_mesh.ChaosClient, test types.SuiteTest)
| 20 | } |
| 21 | |
| 22 | func CreateTestExecutor(chaosClient *chaos_mesh.ChaosClient, test types.SuiteTest) *TestExecutor { |
| 23 | return &TestExecutor{chaosClient: chaosClient, testName: test.TestName, planSteps: test.PlanSteps} |
| 24 | } |
| 25 | |
| 26 | func (te *TestExecutor) RunTestPlan(ctx context.Context) error { |
| 27 | if te.planCompleted { |