Skip to content

Commit

Permalink
Merge pull request #2200 from sunjayBhatia/experimental-conf-suite-fix
Browse files Browse the repository at this point in the history
Fix missing fields in experimental conformance suite setup
  • Loading branch information
k8s-ci-robot authored Jul 18, 2023
2 parents cce5287 + 97196b3 commit 12dae80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conformance/utils/suite/experimental_suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ func NewExperimentalConformanceTestSuite(s ExperimentalConformanceOptions) (*Exp

suite.ConformanceTestSuite = ConformanceTestSuite{
Client: s.Client,
Clientset: s.Clientset,
RESTClient: s.RESTClient,
RestConfig: s.RestConfig,
RoundTripper: roundTripper,
GatewayClassName: s.GatewayClassName,
Debug: s.Debug,
Expand Down

0 comments on commit 12dae80

Please sign in to comment.