Skip to content

Commit

Permalink
Merge pull request #221 from HewlettPackard/testcase_fix
Browse files Browse the repository at this point in the history
Network testcase fix
  • Loading branch information
manjunath-batakurki authored Feb 13, 2024
2 parents ba1a198 + eba5c36 commit c7853d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Acceptance Tests
name: Acceptance Tests Running on HPE PCE Solution Deployment Tenant

on:
# Runs every 2 days once at 3AM
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: CI Lint Check

on: [pull_request]
jobs:
Expand Down
2 changes: 1 addition & 1 deletion acc-dev-testcases/resources/network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ acc:
name = "$(network_name)"
description = "Network created using tf"
group_id = "shared"
scope_id = "fdb6e5ba-2f28-4186-bb76-3515aafc1902"
scope_id = "/infra/sites/default/enforcement-points/default/transport-zones/a2935a7b-940d-44ef-b2d2-415fc7ab8e4c"
cidr = "11.10.31.1/24"
gateway = "11.10.31.1"
scan_network = false
Expand Down
2 changes: 1 addition & 1 deletion acc-testcases/resources/network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ acc:
name = "$(network_name)"
description = "Network created using tf"
group_id = "shared"
scope_id = "b58527dd-f5fd-4658-b426-ba4b74d00418"
scope_id = "/infra/sites/default/enforcement-points/default/transport-zones/2cc8e542-8c53-456d-b058-9fb00a5fae70"
cidr = "10.200.40.1/24"
gateway = "10.200.40.1"
scan_network = false
Expand Down

0 comments on commit c7853d7

Please sign in to comment.