Commit 64c62ad
feat(conformance): Add HTTPRouteMultipleGatewaysDifferentPools test (#838)
* copy of accepted inference pool test to start from.
* add yaml file for the test
* update time out
* update the yaml file to add port 9002
* read timeout config from local repo
* remove excess comments
* copy from existing test to start with
* update test and add gateway to main manifest
* fix spelling error
* correct spelling for scenarios
* check route condition on RouteConditionResolvedRefs
* check RouteConditionResolvedRefs instead of Reconciled
* remove empty lines in yaml
* set optional/defaulted fields as unspecified
* add new line at the end of yaml files.
* delete blank lines in yaml files.
* change variable names to use primary / secondary
* add to do for name change across the project.
* fix comment
* change all variable names to use primary/secondary consistantly
* add to do for http route testing
* HTTPRouteMustBeAcceptedAndResolved
* add helper method.
* using helper method for pool route accepted.
* combline pool and route accpetnace
* add http route validation
* remove extra comments and yaml fields.
* remove duplicate method
* fix timeout
* fix timeout
* change varialbe names to use primary secondary consistently.
* remove extra comments
* factor out common code
* Add actual http traffic validation using echo-basic
* remove extra comments from manifest
* remove modifiedTimeoutConfig.HTTPRouteMustHaveCondition per review comment.
* remove modifiedTimeoutConfig.HTTPRouteMustHaveCondition per review comment
* remove excessive logging from conformance.go
* Update conformance/tests/basic/httproute_multiple_gateways_different_pools.yaml
Co-authored-by: Lior Lieberman <[email protected]>
* Update conformance/tests/basic/httproute_multiple_gateways_different_pools.yaml
Co-authored-by: Lior Lieberman <[email protected]>
* Update conformance/tests/basic/httproute_multiple_gateways_different_pools.yaml
Co-authored-by: Lior Lieberman <[email protected]>
* Update conformance/tests/basic/httproute_multiple_gateways_different_pools.yaml
Co-authored-by: Lior Lieberman <[email protected]>
* Update conformance/tests/basic/httproute_multiple_gateways_different_pools.yaml
Co-authored-by: Lior Lieberman <[email protected]>
* Remove unecessary logs for accpeted reason.
* Remove all comments from yaml and go files and fix yaml
* intermediate update
* fix the test run
* factor out common code
* move epp def to shared manifest
* remove extra comments
* revert back to two epps
* update to use epp filter
* remove extra comments
* add to do for epp image
* switch to GeneralMustHaveConditionTimeout
* undo gateway version changes
* remove unused HTTPRouteMustHaveConditions
* update doc string for GetPod
* update docstring
* fix defaults in timing.go
* Remove resource type from names in manifests.
* remove type from name
* remove health check
* add todo for combining getpod methods
* remove duplicate methods
* revert changes to conformance.go
* revert chagnes to conformance.go
* revert changes to helpers.go
* use epp and pool from shared manifest
* add todo to factor out common constants
* remove port number for EPP call
* remove port number for inf pool ref
* use GetPodsWithLabel
* removed unused method
* fix routing issue
* switch to using MakeRequestAndExpectEventuallyConsistentResponse
* undo changes to GatewayFollowingEPPRouting
* revert changes to traffic.go
---------
Co-authored-by: Lior Lieberman <[email protected]>1 parent 7df5d3d commit 64c62ad
File tree
2 files changed
+162
-0
lines changed- conformance/tests/basic
2 files changed
+162
-0
lines changedLines changed: 118 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
Lines changed: 44 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
0 commit comments