]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
Remove references to teuth_bin_path
authorZack Cerza <zack@redhat.com>
Fri, 1 Apr 2022 18:33:25 +0000 (14:33 -0400)
committerZack Cerza <zack@redhat.com>
Tue, 12 Apr 2022 23:32:38 +0000 (17:32 -0600)
commit0282a3795887c28d3742c37f8d32d18925b0e0ca
tree8350e19712749228e8cb012c095c5cbcc03ac78f
parent6d1547fc9d6aded39bfdc7ea28b1cf052cc264cb
Remove references to teuth_bin_path

This effectively hardcoded the path to the virtualenv we'll use, which
aside from being bad generally, also prevented us from supporting
absolute-pathed virtualenvs.

Signed-off-by: Zack Cerza <zack@redhat.com>
scripts/dispatcher.py
teuthology/dispatcher/__init__.py
teuthology/dispatcher/supervisor.py
teuthology/test/test_worker.py
teuthology/worker.py