]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
More intelligently implement is_vm()
authorZack Cerza <zack@redhat.com>
Thu, 5 Jan 2017 20:24:11 +0000 (13:24 -0700)
committerZack Cerza <zack@redhat.com>
Fri, 24 Feb 2017 16:03:33 +0000 (09:03 -0700)
commit86f5a5e5b5d9b0053e930ec2c5780c27c9bff29a
tree3acc80c553580e77044ed9c1bb40bd3d4f535418
parentcf020e0a745e334158ab14b5eaf11a99a2b5f696
More intelligently implement is_vm()

Move to using one decent implementation instead of multiple (some naive)
implementations

Signed-off-by: Zack Cerza <zack@redhat.com>
14 files changed:
teuthology/lock.py
teuthology/lockstatus.py [deleted file]
teuthology/misc.py
teuthology/nuke/__init__.py
teuthology/orchestra/console.py
teuthology/orchestra/remote.py
teuthology/provision/__init__.py
teuthology/provision/downburst.py
teuthology/task/internal/check_lock.py
teuthology/task/internal/lock_machines.py
teuthology/task/internal/vm_setup.py
teuthology/task/selinux.py
teuthology/test/task/test_console_log.py
teuthology/test/task/test_selinux.py