commit | afecec0375f5cbd9f58994ee3cdca08d095b2c58 | [log] [tgz] |
---|---|---|
author | David Kranz <dkranz@redhat.com> | Mon Mar 23 14:27:15 2015 -0400 |
committer | Matthew Treinish <mtreinish@kortar.org> | Tue Apr 07 11:18:04 2015 -0400 |
tree | b25895d6f48f8c27841aa2ee8019cf7b6cbcbf2c | |
parent | 4bbc199973b5dbd40eabad14bb1c81ae793aea67 [diff] |
Prevent failures when running as non-admin In some cases a skip method was needed to check for non-admin. In other cases there was already a try/except to handle on-admin but it needed to be changed to use is_admin_available. NegativeAutoTest was changed to push creation of an admin client to the point where the need has been established. Also fixed some skip_checks methods to call super first. Change-Id: Ie58135285a4c95c2eed9c0462c4e76af3ad5d97e