diff options
author | xudan <xudan16@huawei.com> | 2018-09-10 05:40:56 -0400 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2018-09-12 14:30:46 +0000 |
commit | 74c2d0e7beefe9a9804cc898634054097af851fa (patch) | |
tree | eea826141aefdd19f2c48fae6220ac9f4e19ee2c | |
parent | a5696da7e4c1bc36e8ec97bf0db8ef8d5c555e2e (diff) |
Remove neutron trunk test cases with href links
There is a bug with neutron when using href links to get url.
This is fixed with Pike.
This is the patch,
https://review.openstack.org/#/c/356707/
These are the related files of Ocata and Pike,
https://github.com/openstack/neutron/blob/stable/ocata/neutron/api/api_common.py#L68
https://github.com/openstack/neutron/blob/stable/pike/neutron/api/api_common.py#L95
There are 2 test cases in neutron trunk related to this.
Remove these 2 test cases since Dovetail should support 4 versions from M to P.
Change-Id: I8aac88e4688157def1d6642eaa64bba56dde49ba
Signed-off-by: xudan <xudan16@huawei.com>
(cherry picked from commit 5412c4228f7fed5e04b95b3fb0adb8bd3445b3a8)
-rw-r--r-- | etc/testcase/functest.tempest.trunk-ports.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/testcase/functest.tempest.trunk-ports.yml b/etc/testcase/functest.tempest.trunk-ports.yml index b0b8726a..7ba2963a 100644 --- a/etc/testcase/functest.tempest.trunk-ports.yml +++ b/etc/testcase/functest.tempest.trunk-ports.yml @@ -31,8 +31,6 @@ functest.tempest.neutron_trunk_ports: - neutron.tests.tempest.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination - neutron.tests.tempest.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_page_reverse_asc - neutron.tests.tempest.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_page_reverse_desc - - neutron.tests.tempest.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links - - neutron.tests.tempest.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_with_href_links - neutron.tests.tempest.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_with_marker - neutron.tests.tempest.api.test_trunk.TrunksSearchCriteriaTest.test_list_sorts_asc - neutron.tests.tempest.api.test_trunk.TrunksSearchCriteriaTest.test_list_sorts_desc |