commit | 4750ea4f3d3f51f7ce29abb3756b38fa837106c0 | [log] [tgz] |
---|---|---|
author | Stefan Nica <snica@suse.com> | Tue Jun 20 14:45:14 2017 +0200 |
committer | Rico Lin <rico.lin@easystack.cn> | Wed Jun 28 07:46:57 2017 +0000 |
tree | 9b78ff3d0e3e43e427e60ed47d5b7d5438603896 | |
parent | cbe77cd2cd68358044f3cb770728463b886a78b1 [diff] |
Update functional tests missing skip check There are some test cases that still use the test.HeatIntegrationTest base class instead of the functional_base.FunctionalTestsBase base class. The effect is that these tests will not check whether they are skipped (e.g. by setting the heat_plugin/skip_functional_tests oslo.config attr) and in some cases end up being executed and reporting false errors. Change-Id: I074901f4d0c0c84fa09554e09095402fb9cf0b8e Closes-Bug: #1699124