Skip to content

Commit

Permalink
fixing tests after bug fix in main
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Oct 24, 2023
1 parent eb8e27c commit de5a7c0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,16 @@
"direction": "DIRECTION_INBOUND",
"hostPort": {
"host": "10.0.0.1",
"port": 9090
"port": 1234
},
"name": "exposed_path_health",
"name": "exposed_path_health1234",
"routers": [
{
"l7": {
"route": {
"name": "exposed_path_filter_health_1234"
"name": "exposed_path_route_health1234"
},
"statPrefix": "exposed_path_filter_health_1234",
"statPrefix": "exposed_path_route_health1234",
"staticRoute": true
}
}
Expand All @@ -125,31 +125,31 @@
"direction": "DIRECTION_INBOUND",
"hostPort": {
"host": "10.0.0.1",
"port": 9091
"port": 1235
},
"name": "exposed_path_GetHealth",
"name": "exposed_path_GetHealth1235",
"routers": [
{
"l7": {
"protocol": "L7_PROTOCOL_HTTP2",
"route": {
"name": "exposed_path_filter_GetHealth_1235"
"name": "exposed_path_route_GetHealth1235"
},
"statPrefix": "exposed_path_filter_GetHealth_1235",
"statPrefix": "exposed_path_route_GetHealth1235",
"staticRoute": true
}
}
]
}
],
"routes": {
"exposed_path_filter_GetHealth_1235": {
"exposed_path_route_GetHealth1235": {
"virtualHosts": [
{
"domains": [
"*"
],
"name": "exposed_path_filter_GetHealth_1235",
"name": "exposed_path_route_GetHealth1235",
"routeRules": [
{
"destination": {
Expand All @@ -167,13 +167,13 @@
}
]
},
"exposed_path_filter_health_1234": {
"exposed_path_route_health1234": {
"virtualHosts": [
{
"domains": [
"*"
],
"name": "exposed_path_filter_health_1234",
"name": "exposed_path_route_health1234",
"routeRules": [
{
"destination": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,16 +168,16 @@
"direction": "DIRECTION_INBOUND",
"hostPort": {
"host": "10.0.0.1",
"port": 9090
"port": 1234
},
"name": "exposed_path_health",
"name": "exposed_path_health1234",
"routers": [
{
"l7": {
"route": {
"name": "exposed_path_filter_health_1234"
"name": "exposed_path_route_health1234"
},
"statPrefix": "exposed_path_filter_health_1234",
"statPrefix": "exposed_path_route_health1234",
"staticRoute": true
}
}
Expand All @@ -187,31 +187,31 @@
"direction": "DIRECTION_INBOUND",
"hostPort": {
"host": "10.0.0.1",
"port": 9091
"port": 1235
},
"name": "exposed_path_GetHealth",
"name": "exposed_path_GetHealth1235",
"routers": [
{
"l7": {
"protocol": "L7_PROTOCOL_HTTP2",
"route": {
"name": "exposed_path_filter_GetHealth_1235"
"name": "exposed_path_route_GetHealth1235"
},
"statPrefix": "exposed_path_filter_GetHealth_1235",
"statPrefix": "exposed_path_route_GetHealth1235",
"staticRoute": true
}
}
]
}
],
"routes": {
"exposed_path_filter_GetHealth_1235": {
"exposed_path_route_GetHealth1235": {
"virtualHosts": [
{
"domains": [
"*"
],
"name": "exposed_path_filter_GetHealth_1235",
"name": "exposed_path_route_GetHealth1235",
"routeRules": [
{
"destination": {
Expand All @@ -229,13 +229,13 @@
}
]
},
"exposed_path_filter_health_1234": {
"exposed_path_route_health1234": {
"virtualHosts": [
{
"domains": [
"*"
],
"name": "exposed_path_filter_health_1234",
"name": "exposed_path_route_health1234",
"routeRules": [
{
"destination": {
Expand Down

0 comments on commit de5a7c0

Please sign in to comment.