Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Nov 22, 2023
1 parent 2009011 commit 34f1741
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions acc-dev-testcases/resources/load_balancer_pool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ acc:
tcp_multiplexing = false
tcp_multiplexing_number = 6
member_group {
group = "/infra/domains/default/groups/Application-Group"
group = "/infra/lb-pools/d3995b17-e10f-46bb-8d2b-82b42d153452"
max_ip_list_size = 1
ip_revision_filter = "IPV4"
port = 80
}
}
validations:
json.loadBalancerPool.config.memberGroup.path: "/infra/domains/default/groups/Application-Group"
json.loadBalancerPool.config.memberGroup.path: "/infra/lb-pools/d3995b17-e10f-46bb-8d2b-82b42d153452"
9 changes: 8 additions & 1 deletion tf_log2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
on terraform_plugin_test.tf line 8, in resource "hpegl_vmaas_load_balancer_profile" "tf_load_balancer_profile":
8: resource "hpegl_vmaas_load_balancer_profile" "tf_load_balancer_profile" {

--- FAIL: TestAccResourceLBProfileCreate (1597.47s)
--- FAIL: TestAccResourceLBProfileCreate (1597.47s) [PASSED]
=== CONT TestVmaasLBProfilePlan
--- PASS: TestVmaasLBProfilePlan (135.41s)
=== CONT TestAccResourceLBPoolCreate_poolErr
Expand Down Expand Up @@ -319,3 +319,10 @@ ok github.com/HewlettPackard/hpegl-vmaas-terraform-resources/internal/acceptan
=== RUN TestAccResourceLBProfileCreate
=== PAUSE TestAccResourceLBProfileCreate
=== CONT TestAccResourceLBProfileCreate
--- PASS: TestAccResourceLBProfileCreate (3242.10s)
PASS
github.com/HewlettPackard/hpegl-vmaas-terraform-resources/internal/acceptance_test coverage: 68.0% of statements
ok github.com/HewlettPackard/hpegl-vmaas-terraform-resources/internal/acceptance_test 3242.111s coverage: 68.0% of statements
=== RUN TestAccResourceLBPoolCreate
=== PAUSE TestAccResourceLBPoolCreate
=== CONT TestAccResourceLBPoolCreate

0 comments on commit 34f1741

Please sign in to comment.