Skip to content

Commit

Permalink
eks/tester: remove "AggregateResults"
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
  • Loading branch information
gyuho committed Jun 26, 2020
1 parent a9565b6 commit be028bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eks/tester/tester.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,4 @@ type Tester interface {
Create() error
// Delete deletes all test objects.
Delete() error
// AggregateResults aggregates all test results from remote nodes.
// Must be called "after" fetching logs and artifacts from remote nodes.
AggregateResults() error
}

0 comments on commit be028bd

Please sign in to comment.