commit | 421dc3c744278ad8a0dc06cc0a680bcd070909ca | [log] [tgz] |
---|---|---|
author | Andrea Frittoli <andrea.frittoli@gmail.com> | Tue Aug 15 12:17:42 2017 +0100 |
committer | Andrea Frittoli <andrea.frittoli@gmail.com> | Tue Sep 12 15:03:05 2017 -0600 |
tree | 75079caf008f337579ab59025c6aa1eeac865231 | |
parent | bcbf1af1e3ac5f6eaddbfd7171e3c21bc2ee2bd2 [diff] |
Make skip_checks and setup_creds safe The skip_checks and setup_credentials "fixtures" are implemented in the base class. The implementation can be extended by test classes but it should not be overwritten. Enforcing this by checking that the base class version has been invoked. Added unit tests for it as well. Change-Id: Ie5d994519f9d56de423d1a0bede7ee8d703b9390