]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
teuthology-suite: pick _machine_type /etc/teuthology.yml if not specified explicitly 1625/head
authorDeepika Upadhyay <dupadhya@redhat.com>
Fri, 5 Mar 2021 07:04:33 +0000 (07:04 +0000)
committerDeepika Upadhyay <dupadhya@redhat.com>
Thu, 27 May 2021 07:00:33 +0000 (12:30 +0530)
commit2a15c891f260d628822b2787783ad3c40da1ca96
tree06d2f231bd5352fffefc1a56f13abae19980cf3a
parent17c099650191e7aa47a7d9f502facca74f9b4d44
teuthology-suite: pick _machine_type /etc/teuthology.yml if not specified explicitly

right now, users have to always pass --machine-type when scheduling a
run, when not specified, command fails with no machine type specified
error.
Instead of failing, we can have `default_machine_type` which in our case
should pick smithi, specified in /etc/teuthology.yml

Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
scripts/suite.py
teuthology/suite/__init__.py