commit | 79318ac5215b79fcc9258ba3819f65a3dea01461 | [log] [tgz] |
---|---|---|
author | Hongbin Lu <hongbin.lu@huawei.com> | Tue Aug 07 17:49:49 2018 +0000 |
committer | Hongbin Lu <hongbin.lu@huawei.com> | Mon Aug 13 18:04:11 2018 +0000 |
tree | 24544ea4a52750244ce59c22e036ba26995a63bf | |
parent | 155164646d7dd68b00273bf7cf1027a77a534cd0 [diff] |
Assert extensions match in config file and server If an API extension is enabled in tempest config file, we want to ensure the extension is present in neutron server. In before, we occasionally ran into issues that the list of extensions is mismatch, which leads to failure of test cases. This patch adds a test case to check that. Change-Id: I4c59f407c30020e3865e96e67a1b61361e699014