Merge remote-tracking branch 'origin/master' into fast-dev
This commit is contained in:
15
tests/modules/net_lb_app_ext/test-plan-llp.tfvars
Normal file
15
tests/modules/net_lb_app_ext/test-plan-llp.tfvars
Normal file
@@ -0,0 +1,15 @@
|
||||
name = "glb-test-0"
|
||||
project_id = "my-project"
|
||||
|
||||
backend_service_configs = {
|
||||
default = {
|
||||
backends = [
|
||||
{ backend = "ig-b" },
|
||||
]
|
||||
locality_lb_policies = [{
|
||||
policy = {
|
||||
name = "MAGLEV"
|
||||
}
|
||||
}]
|
||||
}
|
||||
}
|
||||
34
tests/modules/net_lb_app_ext/test-plan-llp.yaml
Normal file
34
tests/modules/net_lb_app_ext/test-plan-llp.yaml
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 2023 Google LLC
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
#counts:
|
||||
# google_compute_backend_bucket: 1
|
||||
# google_compute_backend_service: 5
|
||||
# google_compute_global_forwarding_rule: 1
|
||||
# google_compute_global_network_endpoint: 1
|
||||
# google_compute_global_network_endpoint_group: 1
|
||||
# google_compute_health_check: 1
|
||||
# google_compute_instance_group: 1
|
||||
# google_compute_network_endpoint: 2
|
||||
# google_compute_network_endpoint_group: 2
|
||||
# google_compute_region_network_endpoint_group: 1
|
||||
# google_compute_target_http_proxy: 1
|
||||
# google_compute_url_map: 1
|
||||
#outputs:
|
||||
# address: __missing__
|
||||
# backend_service_ids: __missing__
|
||||
# forwarding_rules: __missing__
|
||||
# group_ids: __missing__
|
||||
# health_check_ids: __missing__
|
||||
# neg_ids: __missing__
|
||||
@@ -15,3 +15,4 @@
|
||||
module: modules/net-lb-app-ext
|
||||
tests:
|
||||
test-plan:
|
||||
test-plan-llp:
|
||||
|
||||
Reference in New Issue
Block a user