3 Commits

Author SHA1 Message Date
Slawek Kaplonski
5225abc604 Fix check of the revision number in the resonse from API
In the test_router_interface_fip test module there was probably some
copy paste error which was checking if revision_number key exists in the
older response from the API then what was used in the assertion.
Now this is fixed.

TrivialFix

Change-Id: Ica10dfec9bb806c3dca2f0a2e0aff36006c9c092
2024-08-07 09:49:49 +02:00
Takashi Kajinami
da45177a2f Replace deprecated tenant_id property
The tenant_id property of RestClient in tempest was deprecated in
25.0.0. This replaces the deprecated property by the new project_id
property to avoid the following warning.

WARNING tempest.lib.common.rest_client [-] Deprecated: "tenant_id"
property is deprecated for removal, use "project_id" instead

Depends-on: https://review.opendev.org/c/openstack/tempest/+/707938
Change-Id: Ie3c32f9f2278b78603a4214c5717df8691ba490a
2023-06-19 08:09:20 +09:00
YAMAMOTO Takashi
5214b27c08 Move test cases from networking-midonet repository
Rehome tests for the following extensions:
    bgp-speaker-router-insertion
    fip64
    router-interface-fip

Closes-Bug: #1743497
Change-Id: I04fe57630d902f9aae3bb3405619d89c837a8564
2018-10-24 13:14:41 +09:00