Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Feb 20, 2024
1 parent 6574797 commit 48d8d61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion acc-dev-testcases/resources/instance_clone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vars:
instance_name: tf_acc_clone_%rand_int
acc:
- config: |
source_instance_id = 12
source_instance_id = 11
name = "$(instance_name)"
network {
id = 137
Expand Down
2 changes: 1 addition & 1 deletion acc-dev-testcases/resources/load_balancer_monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ acc:
icmp_monitor {
fall_count = 30
interval = 50
monitor_port = 8
monitor_port = 80
rise_count = 3
timeout = 15
data_length = 32
Expand Down

0 comments on commit 48d8d61

Please sign in to comment.