opentelekomcloud / gophertelekomcloud

GopherTelekomCloud is an OpenTelekomCloud clouds Go SDK
Apache License 2.0
19 stars 9 forks source link

[ER]: route tables #697

Closed artem-lifshits closed 1 month ago

artem-lifshits commented 1 month ago

What this PR does / why we need it

Acceptance tests

=== 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:86: Attempting to update route table
    route_tables_test.go:95: Attempting to list route table
    tools.go:72: {
          "route_tables": [
            {
              "id": "42b73a31-cd42-4737-89e4-6fa701edc360",
              "name": "acctest_route-table-OraR-updated",
              "description": "test vpc attachment",
              "is_default_association": 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-07-10T11:54:27.221Z",
              "updated_at": "2024-07-10T11:54:31.58Z"
            }
          ],
          "page_info": {
            "next_marker": "",
            "current_count": 1
          },
          "request_id": "9f68a54e2f7ff64de9cb2a4bae6c2951"
        }
    route_tables_test.go:80: Attempting to delete route table
    route_tables_test.go:48: Attempting to delete enterprise router
--- PASS: TestRouteTableLifeCycle (75.12s)
PASS

Process finished with the exit code 0