Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network testcase fix #221

Merged
merged 2 commits into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading