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

ER: add route_table parameter #704

Merged
merged 1 commit into from
Aug 1, 2024
Merged

ER: add route_table parameter #704

merged 1 commit into from
Aug 1, 2024

Conversation

artem-lifshits
Copy link
Member

What this PR does / why we need it

Acceptance test

=== RUN   TestRouteTableLifeCycle
    route_tables_test.go:39: Attempting to create enterprise router
    route_tables_test.go:70: Attempting to create route table
    route_tables_test.go:88: Attempting to update route table
    route_tables_test.go:97: Attempting to list route table
    tools.go:72: {
          "route_tables": [
            {
              "id": "ca398576-e604-458c-9649-7339e02df747",
              "name": "acctest_route-table-IAcP-updated",
              "description": "test vpc attachment",
              "is_default_association": false,
              "is_default_propagation": false,
              "state": "available",
              "tags": [
                {
                  "key": "muh",
                  "value": "muh"
                },
                {
                  "key": "test",
                  "value": "test"
                }
              ],
              "bgp_options": {
                "load_balancing_as_path_ignore": false,
                "load_balancing_as_path_relax": false
              },
              "created_at": "2024-08-01T12:42:28.648Z",
              "updated_at": "2024-08-01T12:42:32.734Z"
            }
          ],
          "page_info": {
            "next_marker": "",
            "current_count": 1
          },
          "request_id": "0d30e0f74fe19a0a6b0300d14fbfe306"
        }
    route_tables_test.go:82: Attempting to delete route table
    route_tables_test.go:48: Attempting to delete enterprise router
--- PASS: TestRouteTableLifeCycle (62.44s)
PASS

Process finished with the exit code 0

@artem-lifshits artem-lifshits added the gate Merge PR label Aug 1, 2024
@otc-zuul otc-zuul bot merged commit 23309be into devel Aug 1, 2024
8 checks passed
@otc-zuul otc-zuul bot deleted the er_prop branch August 1, 2024 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gate Merge PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants